Html Css Color HEX #B2861C Dark Goldenrod

📋 copy color: '#B2861C'

red 178 ◦ green 134 ◦ blue 28

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

Shades of Dark Goldenrod #B2861C

Tints of Dark Goldenrod #B2861C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.41%

 BLUE value IS 28 (11.33% from 255) = 8.24%

R = 52.35%
G = 39.41%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2861C (or 0xB2861C) is known color: Dark Goldenrod. HEX triplet: B2, 86 and 1C. RGB value is (178,134,28). Sum of RGB (Red+Green+Blue) = 178+134+28=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B2861C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2861C is #4D79E3. Grayscale: #878787. Windows color (decimal): -5077476 or 1869490. OLE color: 1869490.

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

Color convert

RGB 178 134 28 -
CMYK 0 0.25 0.84 0.30
HSL 42.4º 0.73% 0.4% -
HSV(B) 42.4º 0.84% 0.7% -
XYZ 27.09 26.6 4.8 -
YUV 135.07 67.58 158.62 -
System Red Green Blue C M Y K H S L
Decimal 178 134 28 0 0.25 0.84 0.30 42.4 0.73 0.4
Hex B2 86 1C 0 19 54 1E 2A 49 28
Octal 262 206 34 0 31 124 36 52 111 50
Binary 10110010 10000110 11100 0 11001 1010100 11110 101010 1001001 101000

Color Harmonies of #B2861C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2861C

Black with #B2861C

Text Example


Text Example

White with #B2861C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2861C; }

 p { color: rgb(178,134,28); }

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

background-color css

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

 a { background-color: rgb(178,134,28); }

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

border-color css

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

 span { border-color: rgb(178,134,28); }

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