Html Css Color HEX #B26A08 Golden Brown

📋 copy color: '#B26A08'

red 178 ◦ green 106 ◦ blue 8

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

Shades of Golden Brown #B26A08

Tints of Golden Brown #B26A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.74%

R = 60.96%
G = 36.3%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B26A08 (or 0xB26A08) is known color: Golden Brown. HEX triplet: B2, 6A and 08. RGB value is (178,106,8). Sum of RGB (Red+Green+Blue) = 178+106+8=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26A08 is #4D95F7. Grayscale: #747474. Windows color (decimal): -5084664 or 551602. OLE color: 551602.

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

Color convert

RGB 178 106 8 -
CMYK 0 0.40 0.96 0.30
HSL 34.59º 0.91% 0.36% -
HSV(B) 34.59º 0.96% 0.7% -
XYZ 23.56 19.79 2.81 -
YUV 116.36 66.85 171.97 -
System Red Green Blue C M Y K H S L
Decimal 178 106 8 0 0.40 0.96 0.30 34.59 0.91 0.36
Hex B2 6A 8 0 28 60 1E 23 5B 24
Octal 262 152 10 0 50 140 36 43 133 44
Binary 10110010 1101010 1000 0 101000 1100000 11110 100011 1011011 100100

Color Harmonies of #B26A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26A08

Black with #B26A08

Text Example


Text Example

White with #B26A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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