Html Css Color HEX #B06502 Golden Brown

📋 copy color: '#B06502'

red 176 ◦ green 101 ◦ blue 2

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

Shades of Golden Brown #B06502

Tints of Golden Brown #B06502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.2%

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

R = 63.08%
G = 36.2%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B06502 (or 0xB06502) is known color: Golden Brown. HEX triplet: B0, 65 and 02. RGB value is (176,101,2). Sum of RGB (Red+Green+Blue) = 176+101+2=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B06502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06502 is #4F9AFD. Grayscale: #707070. Windows color (decimal): -5217022 or 157104. OLE color: 157104.

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

Color convert

RGB 176 101 2 -
CMYK 0 0.43 0.99 0.31
HSL 34.14º 0.98% 0.35% -
HSV(B) 34.14º 0.99% 0.69% -
XYZ 22.57 18.54 2.45 -
YUV 112.14 65.85 173.55 -
System Red Green Blue C M Y K H S L
Decimal 176 101 2 0 0.43 0.99 0.31 34.14 0.98 0.35
Hex B0 65 2 0 2B 63 1F 22 62 23
Octal 260 145 2 0 53 143 37 42 142 43
Binary 10110000 1100101 10 0 101011 1100011 11111 100010 1100010 100011

Color Harmonies of #B06502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06502

Black with #B06502

Text Example


Text Example

White with #B06502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06502; }

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

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

background-color css

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

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

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

border-color css

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

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

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