Html Css Color HEX #B67102 Dark Goldenrod

📋 copy color: '#B67102'

red 182 ◦ green 113 ◦ blue 2

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

Shades of Dark Goldenrod #B67102

Tints of Dark Goldenrod #B67102

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.05%

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

R = 61.28%
G = 38.05%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B67102 (or 0xB67102) is known color: Dark Goldenrod. HEX triplet: B6, 71 and 02. RGB value is (182,113,2). Sum of RGB (Red+Green+Blue) = 182+113+2=297 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.28% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 182 - color contains mainly: red. Hex color #B67102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67102 is #498EFD. Grayscale: #797979. Windows color (decimal): -4820734 or 160182. OLE color: 160182.

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

Color convert

RGB 182 113 2 -
CMYK 0 0.38 0.99 0.29
HSL 37º 0.98% 0.36% -
HSV(B) 37º 0.99% 0.71% -
XYZ 25.21 21.76 2.93 -
YUV 120.98 60.86 171.53 -
System Red Green Blue C M Y K H S L
Decimal 182 113 2 0 0.38 0.99 0.29 37 0.98 0.36
Hex B6 71 2 0 26 63 1D 25 62 24
Octal 266 161 2 0 46 143 35 45 142 44
Binary 10110110 1110001 10 0 100110 1100011 11101 100101 1100010 100100

Color Harmonies of #B67102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67102

Black with #B67102

Text Example


Text Example

White with #B67102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67102; }

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

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

background-color css

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

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

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

border-color css

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

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

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