Html Css Color HEX #B78402 Dark Goldenrod

📋 copy color: '#B78402'

red 183 ◦ green 132 ◦ blue 2

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

Shades of Dark Goldenrod #B78402

Tints of Dark Goldenrod #B78402

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.64%

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

R = 57.73%
G = 41.64%
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

#B78402 (or 0xB78402) is known color: Dark Goldenrod. HEX triplet: B7, 84 and 02. RGB value is (183,132,2). Sum of RGB (Red+Green+Blue) = 183+132+2=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B78402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78402 is #487BFD. Grayscale: #858585. Windows color (decimal): -4750334 or 165047. OLE color: 165047.

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

Color convert

RGB 183 132 2 -
CMYK 0 0.28 0.99 0.28
HSL 43.09º 0.98% 0.36% -
HSV(B) 43.09º 0.99% 0.72% -
XYZ 27.79 26.57 3.72 -
YUV 132.43 54.4 164.07 -
System Red Green Blue C M Y K H S L
Decimal 183 132 2 0 0.28 0.99 0.28 43.09 0.98 0.36
Hex B7 84 2 0 1C 63 1C 2B 62 24
Octal 267 204 2 0 34 143 34 53 142 44
Binary 10110111 10000100 10 0 11100 1100011 11100 101011 1100010 100100

Color Harmonies of #B78402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78402

Black with #B78402

Text Example


Text Example

White with #B78402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78402; }

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

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

background-color css

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

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

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

border-color css

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

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

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