Html Css Color HEX #B68302 Dark Goldenrod

📋 copy color: '#B68302'

red 182 ◦ green 131 ◦ blue 2

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

Shades of Dark Goldenrod #B68302

Tints of Dark Goldenrod #B68302

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.59%

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

R = 57.78%
G = 41.59%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B68302 (or 0xB68302) is known color: Dark Goldenrod. HEX triplet: B6, 83 and 02. RGB value is (182,131,2). Sum of RGB (Red+Green+Blue) = 182+131+2=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B68302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68302 is #497CFD. Grayscale: #848484. Windows color (decimal): -4816126 or 164790. OLE color: 164790.

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

Color convert

RGB 182 131 2 -
CMYK 0 0.28 0.99 0.29
HSL 43º 0.98% 0.36% -
HSV(B) 43º 0.99% 0.71% -
XYZ 27.42 26.18 3.67 -
YUV 131.54 54.9 163.99 -
System Red Green Blue C M Y K H S L
Decimal 182 131 2 0 0.28 0.99 0.29 43 0.98 0.36
Hex B6 83 2 0 1C 63 1D 2B 62 24
Octal 266 203 2 0 34 143 35 53 142 44
Binary 10110110 10000011 10 0 11100 1100011 11101 101011 1100010 100100

Color Harmonies of #B68302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68302

Black with #B68302

Text Example


Text Example

White with #B68302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68302; }

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

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

background-color css

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

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

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

border-color css

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

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

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