Html Css Color HEX #B78602 Dark Goldenrod

📋 copy color: '#B78602'

red 183 ◦ green 134 ◦ blue 2

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

Shades of Dark Goldenrod #B78602

Tints of Dark Goldenrod #B78602

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.01%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 57.37%
G = 42.01%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B78602 (or 0xB78602) is known color: Dark Goldenrod. HEX triplet: B7, 86 and 02. RGB value is (183,134,2). Sum of RGB (Red+Green+Blue) = 183+134+2=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B78602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78602 is #4879FD. Grayscale: #868686. Windows color (decimal): -4749822 or 165559. OLE color: 165559.

HSL color Cylindrical-coordinate representation of color #B78602: hue angle of 43.76º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B78602 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 134 2 -
CMYK 0 0.27 0.99 0.28
HSL 43.76º 0.98% 0.36% -
HSV(B) 43.76º 0.99% 0.72% -
XYZ 28.06 27.12 3.81 -
YUV 133.6 53.73 163.23 -
System Red Green Blue C M Y K H S L
Decimal 183 134 2 0 0.27 0.99 0.28 43.76 0.98 0.36
Hex B7 86 2 0 1B 63 1C 2C 62 24
Octal 267 206 2 0 33 143 34 54 142 44
Binary 10110111 10000110 10 0 11011 1100011 11100 101100 1100010 100100

Color Harmonies of #B78602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78602

Black with #B78602

Text Example


Text Example

White with #B78602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78602; }

 p { color: rgb(183,134,2); }

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

background-color css

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

 a { background-color: rgb(183,134,2); }

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

border-color css

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

 span { border-color: rgb(183,134,2); }

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