Html Css Color HEX #B26409 Golden Brown

📋 copy color: '#B26409'

red 178 ◦ green 100 ◦ blue 9

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

Shades of Golden Brown #B26409

Tints of Golden Brown #B26409

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.84%

 BLUE value IS 9 (3.91% from 255) = 3.14%

R = 62.02%
G = 34.84%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B26409 (or 0xB26409) is known color: Golden Brown. HEX triplet: B2, 64 and 09. RGB value is (178,100,9). Sum of RGB (Red+Green+Blue) = 178+100+9=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 9 (3.91% from 255 or 3.14% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B26409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26409 is #4D9BF6. Grayscale: #717171. Windows color (decimal): -5086199 or 615602. OLE color: 615602.

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

Color convert

RGB 178 100 9 -
CMYK 0 0.44 0.95 0.30
HSL 32.31º 0.9% 0.37% -
HSV(B) 32.31º 0.95% 0.7% -
XYZ 22.97 18.6 2.64 -
YUV 112.95 69.34 174.4 -
System Red Green Blue C M Y K H S L
Decimal 178 100 9 0 0.44 0.95 0.30 32.31 0.9 0.37
Hex B2 64 9 0 2C 5F 1E 20 5A 25
Octal 262 144 11 0 54 137 36 40 132 45
Binary 10110010 1100100 1001 0 101100 1011111 11110 100000 1011010 100101

Color Harmonies of #B26409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26409

Black with #B26409

Text Example


Text Example

White with #B26409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26409; }

 p { color: rgb(178,100,9); }

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

background-color css

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

 a { background-color: rgb(178,100,9); }

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

border-color css

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

 span { border-color: rgb(178,100,9); }

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