Html Css Color HEX #B26602 Golden Brown

📋 copy color: '#B26602'

red 178 ◦ green 102 ◦ blue 2

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

Shades of Golden Brown #B26602

Tints of Golden Brown #B26602

RGB

 RED value IS 178 (69.92% from 255) = 63.12%

 GREEN value IS 102 (40.23% from 255) = 36.17%

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

R = 63.12%
G = 36.17%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B26602 (or 0xB26602) is known color: Golden Brown. HEX triplet: B2, 66 and 02. RGB value is (178,102,2). Sum of RGB (Red+Green+Blue) = 178+102+2=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B26602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26602 is #4D99FD. Grayscale: #717171. Windows color (decimal): -5085694 or 157362. OLE color: 157362.

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

Color convert

RGB 178 102 2 -
CMYK 0 0.43 0.99 0.30
HSL 34.09º 0.98% 0.35% -
HSV(B) 34.09º 0.99% 0.7% -
XYZ 23.12 18.97 2.5 -
YUV 113.32 65.18 174.13 -
System Red Green Blue C M Y K H S L
Decimal 178 102 2 0 0.43 0.99 0.30 34.09 0.98 0.35
Hex B2 66 2 0 2B 63 1E 22 62 23
Octal 262 146 2 0 53 143 36 42 142 43
Binary 10110010 1100110 10 0 101011 1100011 11110 100010 1100010 100011

Color Harmonies of #B26602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26602

Black with #B26602

Text Example


Text Example

White with #B26602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26602; }

 p { color: rgb(178,102,2); }

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

background-color css

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

 a { background-color: rgb(178,102,2); }

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

border-color css

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

 span { border-color: rgb(178,102,2); }

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