Html Css Color HEX #B28012 Dark Goldenrod

📋 copy color: '#B28012'

red 178 ◦ green 128 ◦ blue 18

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

Shades of Dark Goldenrod #B28012

Tints of Dark Goldenrod #B28012

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.51%

 BLUE value IS 18 (7.42% from 255) = 5.56%

R = 54.94%
G = 39.51%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B28012 (or 0xB28012) is known color: Dark Goldenrod. HEX triplet: B2, 80 and 12. RGB value is (178,128,18). Sum of RGB (Red+Green+Blue) = 178+128+18=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B28012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28012 is #4D7FED. Grayscale: #828282. Windows color (decimal): -5079022 or 1212594. OLE color: 1212594.

HSL color Cylindrical-coordinate representation of color #B28012: hue angle of 41.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B28012 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 128 18 -
CMYK 0 0.28 0.90 0.30
HSL 41.25º 0.82% 0.38% -
HSV(B) 41.25º 0.9% 0.7% -
XYZ 26.19 24.95 4.01 -
YUV 130.41 64.57 161.94 -
System Red Green Blue C M Y K H S L
Decimal 178 128 18 0 0.28 0.90 0.30 41.25 0.82 0.38
Hex B2 80 12 0 1C 5A 1E 29 52 26
Octal 262 200 22 0 34 132 36 51 122 46
Binary 10110010 10000000 10010 0 11100 1011010 11110 101001 1010010 100110

Color Harmonies of #B28012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28012

Black with #B28012

Text Example


Text Example

White with #B28012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28012; }

 p { color: rgb(178,128,18); }

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

background-color css

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

 a { background-color: rgb(178,128,18); }

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

border-color css

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

 span { border-color: rgb(178,128,18); }

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