Html Css Color HEX #B78302 Dark Goldenrod

📋 copy color: '#B78302'

red 183 ◦ green 131 ◦ blue 2

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

Shades of Dark Goldenrod #B78302

Tints of Dark Goldenrod #B78302

RGB

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

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

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

R = 57.91%
G = 41.46%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B78302 (or 0xB78302) is known color: Dark Goldenrod. HEX triplet: B7, 83 and 02. RGB value is (183,131,2). Sum of RGB (Red+Green+Blue) = 183+131+2=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B78302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78302 is #487CFD. Grayscale: #848484. Windows color (decimal): -4750590 or 164791. OLE color: 164791.

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

Color convert

RGB 183 131 2 -
CMYK 0 0.28 0.99 0.28
HSL 42.76º 0.98% 0.36% -
HSV(B) 42.76º 0.99% 0.72% -
XYZ 27.66 26.3 3.68 -
YUV 131.84 54.73 164.49 -
System Red Green Blue C M Y K H S L
Decimal 183 131 2 0 0.28 0.99 0.28 42.76 0.98 0.36
Hex B7 83 2 0 1C 63 1C 2B 62 24
Octal 267 203 2 0 34 143 34 53 142 44
Binary 10110111 10000011 10 0 11100 1100011 11100 101011 1100010 100100

Color Harmonies of #B78302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78302

Black with #B78302

Text Example


Text Example

White with #B78302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78302; }

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

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

background-color css

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

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

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

border-color css

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

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

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