Html Css Color HEX #B78002 Dark Goldenrod

📋 copy color: '#B78002'

red 183 ◦ green 128 ◦ blue 2

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

Shades of Dark Goldenrod #B78002

Tints of Dark Goldenrod #B78002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.89%

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

R = 58.47%
G = 40.89%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B78002 (or 0xB78002) is known color: Dark Goldenrod. HEX triplet: B7, 80 and 02. RGB value is (183,128,2). Sum of RGB (Red+Green+Blue) = 183+128+2=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B78002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78002 is #487FFD. Grayscale: #828282. Windows color (decimal): -4751358 or 164023. OLE color: 164023.

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

Color convert

RGB 183 128 2 -
CMYK 0 0.30 0.99 0.28
HSL 41.77º 0.98% 0.36% -
HSV(B) 41.77º 0.99% 0.72% -
XYZ 27.26 25.51 3.54 -
YUV 130.08 55.72 165.75 -
System Red Green Blue C M Y K H S L
Decimal 183 128 2 0 0.30 0.99 0.28 41.77 0.98 0.36
Hex B7 80 2 0 1E 63 1C 2A 62 24
Octal 267 200 2 0 36 143 34 52 142 44
Binary 10110111 10000000 10 0 11110 1100011 11100 101010 1100010 100100

Color Harmonies of #B78002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78002

Black with #B78002

Text Example


Text Example

White with #B78002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78002; }

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

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

background-color css

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

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

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

border-color css

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

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

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