Html Css Color HEX #B06C02 Dark Goldenrod

📋 copy color: '#B06C02'

red 176 ◦ green 108 ◦ blue 2

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

Shades of Dark Goldenrod #B06C02

Tints of Dark Goldenrod #B06C02

RGB

 RED value IS 176 (69.14% from 255) = 61.54%

 GREEN value IS 108 (42.58% from 255) = 37.76%

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

R = 61.54%
G = 37.76%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B06C02 (or 0xB06C02) is known color: Dark Goldenrod. HEX triplet: B0, 6C and 02. RGB value is (176,108,2). Sum of RGB (Red+Green+Blue) = 176+108+2=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06C02 is #4F93FD. Grayscale: #747474. Windows color (decimal): -5215230 or 158896. OLE color: 158896.

HSL color Cylindrical-coordinate representation of color #B06C02: hue angle of 36.55º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B06C02 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 108 2 -
CMYK 0 0.39 0.99 0.31
HSL 36.55º 0.98% 0.35% -
HSV(B) 36.55º 0.99% 0.69% -
XYZ 23.28 19.96 2.68 -
YUV 116.25 63.53 170.62 -
System Red Green Blue C M Y K H S L
Decimal 176 108 2 0 0.39 0.99 0.31 36.55 0.98 0.35
Hex B0 6C 2 0 27 63 1F 25 62 23
Octal 260 154 2 0 47 143 37 45 142 43
Binary 10110000 1101100 10 0 100111 1100011 11111 100101 1100010 100011

Color Harmonies of #B06C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06C02

Black with #B06C02

Text Example


Text Example

White with #B06C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06C02; }

 p { color: rgb(176,108,2); }

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

background-color css

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

 a { background-color: rgb(176,108,2); }

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

border-color css

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

 span { border-color: rgb(176,108,2); }

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