Html Css Color HEX #B78308 Dark Goldenrod

📋 copy color: '#B78308'

red 183 ◦ green 131 ◦ blue 8

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

Shades of Dark Goldenrod #B78308

Tints of Dark Goldenrod #B78308

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.68%

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

R = 56.83%
G = 40.68%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B78308 (or 0xB78308) is known color: Dark Goldenrod. HEX triplet: B7, 83 and 08. RGB value is (183,131,8). Sum of RGB (Red+Green+Blue) = 183+131+8=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B78308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78308 is #487CF7. Grayscale: #858585. Windows color (decimal): -4750584 or 558007. OLE color: 558007.

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

Color convert

RGB 183 131 8 -
CMYK 0 0.28 0.96 0.28
HSL 42.17º 0.92% 0.37% -
HSV(B) 42.17º 0.96% 0.72% -
XYZ 27.69 26.32 3.85 -
YUV 132.53 57.73 164 -
System Red Green Blue C M Y K H S L
Decimal 183 131 8 0 0.28 0.96 0.28 42.17 0.92 0.37
Hex B7 83 8 0 1C 60 1C 2A 5C 25
Octal 267 203 10 0 34 140 34 52 134 45
Binary 10110111 10000011 1000 0 11100 1100000 11100 101010 1011100 100101

Color Harmonies of #B78308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78308

Black with #B78308

Text Example


Text Example

White with #B78308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78308; }

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

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

background-color css

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

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

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

border-color css

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

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

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