Html Css Color HEX #B26B08 Golden Brown

📋 copy color: '#B26B08'

red 178 ◦ green 107 ◦ blue 8

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

Shades of Golden Brown #B26B08

Tints of Golden Brown #B26B08

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.52%

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

R = 60.75%
G = 36.52%
B = 2.73%

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

#B26B08 (or 0xB26B08) is known color: Golden Brown. HEX triplet: B2, 6B and 08. RGB value is (178,107,8). Sum of RGB (Red+Green+Blue) = 178+107+8=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26B08 is #4D94F7. Grayscale: #757575. Windows color (decimal): -5084408 or 551858. OLE color: 551858.

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

Color convert

RGB 178 107 8 -
CMYK 0 0.40 0.96 0.30
HSL 34.94º 0.91% 0.36% -
HSV(B) 34.94º 0.96% 0.7% -
XYZ 23.66 20 2.84 -
YUV 116.94 66.52 171.55 -
System Red Green Blue C M Y K H S L
Decimal 178 107 8 0 0.40 0.96 0.30 34.94 0.91 0.36
Hex B2 6B 8 0 28 60 1E 23 5B 24
Octal 262 153 10 0 50 140 36 43 133 44
Binary 10110010 1101011 1000 0 101000 1100000 11110 100011 1011011 100100

Color Harmonies of #B26B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26B08

Black with #B26B08

Text Example


Text Example

White with #B26B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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