Html Css Color HEX #B78A0C Dark Goldenrod

📋 copy color: '#B78A0C'

red 183 ◦ green 138 ◦ blue 12

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

Shades of Dark Goldenrod #B78A0C

Tints of Dark Goldenrod #B78A0C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.44%

 BLUE value IS 12 (5.08% from 255) = 3.6%

R = 54.95%
G = 41.44%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B78A0C (or 0xB78A0C) is known color: Dark Goldenrod. HEX triplet: B7, 8A and 0C. RGB value is (183,138,12). Sum of RGB (Red+Green+Blue) = 183+138+12=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78A0C is #4875F3. Grayscale: #898989. Windows color (decimal): -4748788 or 821943. OLE color: 821943.

HSL color Cylindrical-coordinate representation of color #B78A0C: hue angle of 44.21º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B78A0C is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 138 12 -
CMYK 0 0.25 0.93 0.28
HSL 44.21º 0.88% 0.38% -
HSV(B) 44.21º 0.93% 0.72% -
XYZ 28.68 28.27 4.29 -
YUV 137.09 57.41 160.75 -
System Red Green Blue C M Y K H S L
Decimal 183 138 12 0 0.25 0.93 0.28 44.21 0.88 0.38
Hex B7 8A C 0 19 5D 1C 2C 58 26
Octal 267 212 14 0 31 135 34 54 130 46
Binary 10110111 10001010 1100 0 11001 1011101 11100 101100 1011000 100110

Color Harmonies of #B78A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78A0C

Black with #B78A0C

Text Example


Text Example

White with #B78A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78A0C; }

 p { color: rgb(183,138,12); }

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

background-color css

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

 a { background-color: rgb(183,138,12); }

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

border-color css

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

 span { border-color: rgb(183,138,12); }

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