Html Css Color HEX #B07D3E Marigold

📋 copy color: '#B07D3E'

red 176 ◦ green 125 ◦ blue 62

#B07D3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Marigold #B07D3E

Tints of Marigold #B07D3E

RGB

 RED value IS 176 (69.14% from 255) = 48.48%

 GREEN value IS 125 (49.22% from 255) = 34.44%

 BLUE value IS 62 (24.61% from 255) = 17.08%

R = 48.48%
G = 34.44%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B07D3E (or 0xB07D3E) is known color: Marigold. HEX triplet: B0, 7D and 3E. RGB value is (176,125,62). Sum of RGB (Red+Green+Blue) = 176+125+62=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07D3E is #4F82C1. Grayscale: #858585. Windows color (decimal): -5210818 or 4095408. OLE color: 4095408.

HSL color Cylindrical-coordinate representation of color #B07D3E: hue angle of 33.16º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B07D3E is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 125 62 -
CMYK 0 0.29 0.65 0.31
HSL 33.16º 0.48% 0.47% -
HSV(B) 33.16º 0.65% 0.69% -
XYZ 26.11 24.25 7.86 -
YUV 133.07 87.9 158.62 -
System Red Green Blue C M Y K H S L
Decimal 176 125 62 0 0.29 0.65 0.31 33.16 0.48 0.47
Hex B0 7D 3E 0 1D 41 1F 21 30 2F
Octal 260 175 76 0 35 101 37 41 60 57
Binary 10110000 1111101 111110 0 11101 1000001 11111 100001 110000 101111

Color Harmonies of #B07D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07D3E

Black with #B07D3E

Text Example


Text Example

White with #B07D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07D3E; }

 p { color: rgb(176,125,62); }

 H1.HeaderClassName
 {
   color: #B07D3E;
 }
 .AnyTagClassName
 {
   color: #B07D3E;
 }
</style>

background-color css

<style>
 a { background-color: #B07D3E; }

 a { background-color: rgb(176,125,62); }

 div.DivClassName
 {
   background-color: #B07D3E;
 }
 .BgClassName
 {
   background-color: #B07D3E;
 }
</style>

border-color css

<style>
 span { border-color: #B07D3E; }

 span { border-color: rgb(176,125,62); }

 td.TdClassName
 {
   border-color: #B07D3E;
 }
 .TagClassName
 {
   border-color: #B07D3E;
 }
</style>