Html Css Color HEX #B78008 Dark Goldenrod

📋 copy color: '#B78008'

red 183 ◦ green 128 ◦ blue 8

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

Shades of Dark Goldenrod #B78008

Tints of Dark Goldenrod #B78008

RGB

 RED value IS 183 (71.88% from 255) = 57.37%

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

 BLUE value IS 8 (3.52% from 255) = 2.51%

R = 57.37%
G = 40.13%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B78008 (or 0xB78008) is known color: Dark Goldenrod. HEX triplet: B7, 80 and 08. RGB value is (183,128,8). Sum of RGB (Red+Green+Blue) = 183+128+8=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B78008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78008 is #487FF7. Grayscale: #838383. Windows color (decimal): -4751352 or 557239. OLE color: 557239.

HSL color Cylindrical-coordinate representation of color #B78008: hue angle of 41.14º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B78008 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 128 8 -
CMYK 0 0.30 0.96 0.28
HSL 41.14º 0.92% 0.37% -
HSV(B) 41.14º 0.96% 0.72% -
XYZ 27.29 25.52 3.72 -
YUV 130.77 58.72 165.26 -
System Red Green Blue C M Y K H S L
Decimal 183 128 8 0 0.30 0.96 0.28 41.14 0.92 0.37
Hex B7 80 8 0 1E 60 1C 29 5C 25
Octal 267 200 10 0 36 140 34 51 134 45
Binary 10110111 10000000 1000 0 11110 1100000 11100 101001 1011100 100101

Color Harmonies of #B78008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78008

Black with #B78008

Text Example


Text Example

White with #B78008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78008; }

 p { color: rgb(183,128,8); }

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

background-color css

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

 a { background-color: rgb(183,128,8); }

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

border-color css

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

 span { border-color: rgb(183,128,8); }

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