Html Css Color HEX #B06302 Golden Brown

📋 copy color: '#B06302'

red 176 ◦ green 99 ◦ blue 2

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

Shades of Golden Brown #B06302

Tints of Golden Brown #B06302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.74%

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

R = 63.54%
G = 35.74%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B06302 (or 0xB06302) is known color: Golden Brown. HEX triplet: B0, 63 and 02. RGB value is (176,99,2). Sum of RGB (Red+Green+Blue) = 176+99+2=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B06302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06302 is #4F9CFD. Grayscale: #6F6F6F. Windows color (decimal): -5217534 or 156592. OLE color: 156592.

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

Color convert

RGB 176 99 2 -
CMYK 0 0.44 0.99 0.31
HSL 33.45º 0.98% 0.35% -
HSV(B) 33.45º 0.99% 0.69% -
XYZ 22.38 18.16 2.38 -
YUV 110.97 66.51 174.39 -
System Red Green Blue C M Y K H S L
Decimal 176 99 2 0 0.44 0.99 0.31 33.45 0.98 0.35
Hex B0 63 2 0 2C 63 1F 21 62 23
Octal 260 143 2 0 54 143 37 41 142 43
Binary 10110000 1100011 10 0 101100 1100011 11111 100001 1100010 100011

Color Harmonies of #B06302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06302

Black with #B06302

Text Example


Text Example

White with #B06302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06302; }

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

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

background-color css

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

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

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

border-color css

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

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

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