Html Css Color HEX #B68602 Dark Goldenrod

📋 copy color: '#B68602'

red 182 ◦ green 134 ◦ blue 2

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

Shades of Dark Goldenrod #B68602

Tints of Dark Goldenrod #B68602

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.14%

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

R = 57.23%
G = 42.14%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B68602 (or 0xB68602) is known color: Dark Goldenrod. HEX triplet: B6, 86 and 02. RGB value is (182,134,2). Sum of RGB (Red+Green+Blue) = 182+134+2=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B68602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68602 is #4979FD. Grayscale: #858585. Windows color (decimal): -4815358 or 165558. OLE color: 165558.

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

Color convert

RGB 182 134 2 -
CMYK 0 0.26 0.99 0.29
HSL 44º 0.98% 0.36% -
HSV(B) 44º 0.99% 0.71% -
XYZ 27.83 27 3.8 -
YUV 133.3 53.9 162.73 -
System Red Green Blue C M Y K H S L
Decimal 182 134 2 0 0.26 0.99 0.29 44 0.98 0.36
Hex B6 86 2 0 1A 63 1D 2C 62 24
Octal 266 206 2 0 32 143 35 54 142 44
Binary 10110110 10000110 10 0 11010 1100011 11101 101100 1100010 100100

Color Harmonies of #B68602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68602

Black with #B68602

Text Example


Text Example

White with #B68602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68602; }

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

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

background-color css

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

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

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

border-color css

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

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

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