Html Css Color HEX #B26205 Golden Brown

📋 copy color: '#B26205'

red 178 ◦ green 98 ◦ blue 5

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

Shades of Golden Brown #B26205

Tints of Golden Brown #B26205

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.88%

 BLUE value IS 5 (2.34% from 255) = 1.78%

R = 63.35%
G = 34.88%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B26205 (or 0xB26205) is known color: Golden Brown. HEX triplet: B2, 62 and 05. RGB value is (178,98,5). Sum of RGB (Red+Green+Blue) = 178+98+5=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B26205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26205 is #4D9DFA. Grayscale: #6F6F6F. Windows color (decimal): -5086715 or 352946. OLE color: 352946.

HSL color Cylindrical-coordinate representation of color #B26205: hue angle of 32.25º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B26205 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 98 5 -
CMYK 0 0.45 0.97 0.30
HSL 32.25º 0.95% 0.36% -
HSV(B) 32.25º 0.97% 0.7% -
XYZ 22.76 18.21 2.46 -
YUV 111.32 68 175.56 -
System Red Green Blue C M Y K H S L
Decimal 178 98 5 0 0.45 0.97 0.30 32.25 0.95 0.36
Hex B2 62 5 0 2D 61 1E 20 5F 24
Octal 262 142 5 0 55 141 36 40 137 44
Binary 10110010 1100010 101 0 101101 1100001 11110 100000 1011111 100100

Color Harmonies of #B26205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26205

Black with #B26205

Text Example


Text Example

White with #B26205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26205; }

 p { color: rgb(178,98,5); }

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

background-color css

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

 a { background-color: rgb(178,98,5); }

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

border-color css

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

 span { border-color: rgb(178,98,5); }

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