Html Css Color HEX #B07E3E Marigold

📋 copy color: '#B07E3E'

red 176 ◦ green 126 ◦ blue 62

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

Shades of Marigold #B07E3E

Tints of Marigold #B07E3E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.62%

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

R = 48.35%
G = 34.62%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B07E3E (or 0xB07E3E) is known color: Marigold. HEX triplet: B0, 7E and 3E. RGB value is (176,126,62). Sum of RGB (Red+Green+Blue) = 176+126+62=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07E3E is #4F81C1. Grayscale: #858585. Windows color (decimal): -5210562 or 4095664. OLE color: 4095664.

HSL color Cylindrical-coordinate representation of color #B07E3E: hue angle of 33.68º 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 #B07E3E is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 126 62 -
CMYK 0 0.28 0.65 0.31
HSL 33.68º 0.48% 0.47% -
HSV(B) 33.68º 0.65% 0.69% -
XYZ 26.23 24.5 7.9 -
YUV 133.65 87.57 158.2 -
System Red Green Blue C M Y K H S L
Decimal 176 126 62 0 0.28 0.65 0.31 33.68 0.48 0.47
Hex B0 7E 3E 0 1C 41 1F 22 30 2F
Octal 260 176 76 0 34 101 37 42 60 57
Binary 10110000 1111110 111110 0 11100 1000001 11111 100010 110000 101111

Color Harmonies of #B07E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E3E

Black with #B07E3E

Text Example


Text Example

White with #B07E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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