Html Css Color HEX #B26A09 Golden Brown

📋 copy color: '#B26A09'

red 178 ◦ green 106 ◦ blue 9

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

Shades of Golden Brown #B26A09

Tints of Golden Brown #B26A09

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.18%

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

R = 60.75%
G = 36.18%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B26A09 (or 0xB26A09) is known color: Golden Brown. HEX triplet: B2, 6A and 09. RGB value is (178,106,9). Sum of RGB (Red+Green+Blue) = 178+106+9=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26A09 is #4D95F6. Grayscale: #747474. Windows color (decimal): -5084663 or 617138. OLE color: 617138.

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

Color convert

RGB 178 106 9 -
CMYK 0 0.40 0.95 0.30
HSL 34.44º 0.9% 0.37% -
HSV(B) 34.44º 0.95% 0.7% -
XYZ 23.56 19.79 2.84 -
YUV 116.47 67.35 171.89 -
System Red Green Blue C M Y K H S L
Decimal 178 106 9 0 0.40 0.95 0.30 34.44 0.9 0.37
Hex B2 6A 9 0 28 5F 1E 22 5A 25
Octal 262 152 11 0 50 137 36 42 132 45
Binary 10110010 1101010 1001 0 101000 1011111 11110 100010 1011010 100101

Color Harmonies of #B26A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26A09

Black with #B26A09

Text Example


Text Example

White with #B26A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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