Html Css Color HEX #B78506 Dark Goldenrod

📋 copy color: '#B78506'

red 183 ◦ green 133 ◦ blue 6

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

Shades of Dark Goldenrod #B78506

Tints of Dark Goldenrod #B78506

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.3%

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

R = 56.83%
G = 41.3%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B78506 (or 0xB78506) is known color: Dark Goldenrod. HEX triplet: B7, 85 and 06. RGB value is (183,133,6). Sum of RGB (Red+Green+Blue) = 183+133+6=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B78506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78506 is #487AF9. Grayscale: #868686. Windows color (decimal): -4750074 or 427447. OLE color: 427447.

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

Color convert

RGB 183 133 6 -
CMYK 0 0.27 0.97 0.28
HSL 43.05º 0.94% 0.37% -
HSV(B) 43.05º 0.97% 0.72% -
XYZ 27.95 26.86 3.88 -
YUV 133.47 56.07 163.33 -
System Red Green Blue C M Y K H S L
Decimal 183 133 6 0 0.27 0.97 0.28 43.05 0.94 0.37
Hex B7 85 6 0 1B 61 1C 2B 5E 25
Octal 267 205 6 0 33 141 34 53 136 45
Binary 10110111 10000101 110 0 11011 1100001 11100 101011 1011110 100101

Color Harmonies of #B78506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78506

Black with #B78506

Text Example


Text Example

White with #B78506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78506; }

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

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

background-color css

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

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

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

border-color css

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

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

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