Html Css Color HEX #B78C06 Dark Goldenrod

📋 copy color: '#B78C06'

red 183 ◦ green 140 ◦ blue 6

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

Shades of Dark Goldenrod #B78C06

Tints of Dark Goldenrod #B78C06

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.55%

 BLUE value IS 6 (2.73% from 255) = 1.82%

R = 55.62%
G = 42.55%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B78C06 (or 0xB78C06) is known color: Dark Goldenrod. HEX triplet: B7, 8C and 06. RGB value is (183,140,6). Sum of RGB (Red+Green+Blue) = 183+140+6=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78C06 is #4873F9. Grayscale: #8A8A8A. Windows color (decimal): -4748282 or 429239. OLE color: 429239.

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

Color convert

RGB 183 140 6 -
CMYK 0 0.23 0.97 0.28
HSL 45.42º 0.94% 0.37% -
HSV(B) 45.42º 0.97% 0.72% -
XYZ 28.94 28.84 4.21 -
YUV 137.58 53.75 160.4 -
System Red Green Blue C M Y K H S L
Decimal 183 140 6 0 0.23 0.97 0.28 45.42 0.94 0.37
Hex B7 8C 6 0 17 61 1C 2D 5E 25
Octal 267 214 6 0 27 141 34 55 136 45
Binary 10110111 10001100 110 0 10111 1100001 11100 101101 1011110 100101

Color Harmonies of #B78C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78C06

Black with #B78C06

Text Example


Text Example

White with #B78C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78C06; }

 p { color: rgb(183,140,6); }

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

background-color css

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

 a { background-color: rgb(183,140,6); }

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

border-color css

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

 span { border-color: rgb(183,140,6); }

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