Html Css Color HEX #B26502 Golden Brown

📋 copy color: '#B26502'

red 178 ◦ green 101 ◦ blue 2

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

Shades of Golden Brown #B26502

Tints of Golden Brown #B26502

RGB

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

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

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

R = 63.35%
G = 35.94%
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

#B26502 (or 0xB26502) is known color: Golden Brown. HEX triplet: B2, 65 and 02. RGB value is (178,101,2). Sum of RGB (Red+Green+Blue) = 178+101+2=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B26502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26502 is #4D9AFD. Grayscale: #717171. Windows color (decimal): -5085950 or 157106. OLE color: 157106.

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

Color convert

RGB 178 101 2 -
CMYK 0 0.43 0.99 0.30
HSL 33.75º 0.98% 0.35% -
HSV(B) 33.75º 0.99% 0.7% -
XYZ 23.02 18.78 2.47 -
YUV 112.74 65.51 174.55 -
System Red Green Blue C M Y K H S L
Decimal 178 101 2 0 0.43 0.99 0.30 33.75 0.98 0.35
Hex B2 65 2 0 2B 63 1E 22 62 23
Octal 262 145 2 0 53 143 36 42 142 43
Binary 10110010 1100101 10 0 101011 1100011 11110 100010 1100010 100011

Color Harmonies of #B26502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26502

Black with #B26502

Text Example


Text Example

White with #B26502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26502; }

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

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

background-color css

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

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

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

border-color css

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

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

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