Html Css Color HEX #B2871B Dark Goldenrod

📋 copy color: '#B2871B'

red 178 ◦ green 135 ◦ blue 27

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

Shades of Dark Goldenrod #B2871B

Tints of Dark Goldenrod #B2871B

RGB

 RED value IS 178 (69.92% from 255) = 52.35%

 GREEN value IS 135 (53.13% from 255) = 39.71%

 BLUE value IS 27 (10.94% from 255) = 7.94%

R = 52.35%
G = 39.71%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2871B (or 0xB2871B) is known color: Dark Goldenrod. HEX triplet: B2, 87 and 1B. RGB value is (178,135,27). Sum of RGB (Red+Green+Blue) = 178+135+27=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B2871B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2871B is #4D78E4. Grayscale: #888888. Windows color (decimal): -5077221 or 1804210. OLE color: 1804210.

HSL color Cylindrical-coordinate representation of color #B2871B: hue angle of 42.91º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2871B is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 135 27 -
CMYK 0 0.24 0.85 0.30
HSL 42.91º 0.74% 0.4% -
HSV(B) 42.91º 0.85% 0.7% -
XYZ 27.22 26.87 4.79 -
YUV 135.55 66.75 158.28 -
System Red Green Blue C M Y K H S L
Decimal 178 135 27 0 0.24 0.85 0.30 42.91 0.74 0.4
Hex B2 87 1B 0 18 55 1E 2B 4A 28
Octal 262 207 33 0 30 125 36 53 112 50
Binary 10110010 10000111 11011 0 11000 1010101 11110 101011 1001010 101000

Color Harmonies of #B2871B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2871B

Black with #B2871B

Text Example


Text Example

White with #B2871B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2871B; }

 p { color: rgb(178,135,27); }

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

background-color css

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

 a { background-color: rgb(178,135,27); }

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

border-color css

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

 span { border-color: rgb(178,135,27); }

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