Html Css Color HEX #B67502 Dark Goldenrod

📋 copy color: '#B67502'

red 182 ◦ green 117 ◦ blue 2

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

Shades of Dark Goldenrod #B67502

Tints of Dark Goldenrod #B67502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.87%

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

R = 60.47%
G = 38.87%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B67502 (or 0xB67502) is known color: Dark Goldenrod. HEX triplet: B6, 75 and 02. RGB value is (182,117,2). Sum of RGB (Red+Green+Blue) = 182+117+2=301 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.47% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 182 - color contains mainly: red. Hex color #B67502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67502 is #498AFD. Grayscale: #7B7B7B. Windows color (decimal): -4819710 or 161206. OLE color: 161206.

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

Color convert

RGB 182 117 2 -
CMYK 0 0.36 0.99 0.29
HSL 38.33º 0.98% 0.36% -
HSV(B) 38.33º 0.99% 0.71% -
XYZ 25.66 22.67 3.08 -
YUV 123.33 59.53 169.85 -
System Red Green Blue C M Y K H S L
Decimal 182 117 2 0 0.36 0.99 0.29 38.33 0.98 0.36
Hex B6 75 2 0 24 63 1D 26 62 24
Octal 266 165 2 0 44 143 35 46 142 44
Binary 10110110 1110101 10 0 100100 1100011 11101 100110 1100010 100100

Color Harmonies of #B67502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67502

Black with #B67502

Text Example


Text Example

White with #B67502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67502; }

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

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

background-color css

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

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

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

border-color css

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

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

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