Html Css Color HEX #B67902 Dark Goldenrod

📋 copy color: '#B67902'

red 182 ◦ green 121 ◦ blue 2

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

Shades of Dark Goldenrod #B67902

Tints of Dark Goldenrod #B67902

RGB

 RED value IS 182 (71.48% from 255) = 59.67%

 GREEN value IS 121 (47.66% from 255) = 39.67%

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

R = 59.67%
G = 39.67%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B67902 (or 0xB67902) is known color: Dark Goldenrod. HEX triplet: B6, 79 and 02. RGB value is (182,121,2). Sum of RGB (Red+Green+Blue) = 182+121+2=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B67902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67902 is #4986FD. Grayscale: #7E7E7E. Windows color (decimal): -4818686 or 162230. OLE color: 162230.

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

Color convert

RGB 182 121 2 -
CMYK 0 0.34 0.99 0.29
HSL 39.67º 0.98% 0.36% -
HSV(B) 39.67º 0.99% 0.71% -
XYZ 26.14 23.62 3.24 -
YUV 125.67 58.21 168.18 -
System Red Green Blue C M Y K H S L
Decimal 182 121 2 0 0.34 0.99 0.29 39.67 0.98 0.36
Hex B6 79 2 0 22 63 1D 28 62 24
Octal 266 171 2 0 42 143 35 50 142 44
Binary 10110110 1111001 10 0 100010 1100011 11101 101000 1100010 100100

Color Harmonies of #B67902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67902

Black with #B67902

Text Example


Text Example

White with #B67902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67902; }

 p { color: rgb(182,121,2); }

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

background-color css

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

 a { background-color: rgb(182,121,2); }

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

border-color css

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

 span { border-color: rgb(182,121,2); }

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