Html Css Color HEX #B26306 Golden Brown

📋 copy color: '#B26306'

red 178 ◦ green 99 ◦ blue 6

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

Shades of Golden Brown #B26306

Tints of Golden Brown #B26306

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.98%

 BLUE value IS 6 (2.73% from 255) = 2.12%

R = 62.9%
G = 34.98%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B26306 (or 0xB26306) is known color: Golden Brown. HEX triplet: B2, 63 and 06. RGB value is (178,99,6). Sum of RGB (Red+Green+Blue) = 178+99+6=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B26306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26306 is #4D9CF9. Grayscale: #707070. Windows color (decimal): -5086458 or 418738. OLE color: 418738.

HSL color Cylindrical-coordinate representation of color #B26306: hue angle of 32.44º degrees, saturation: 0.93, 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 #B26306 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 99 6 -
CMYK 0 0.44 0.97 0.30
HSL 32.44º 0.93% 0.36% -
HSV(B) 32.44º 0.97% 0.7% -
XYZ 22.85 18.4 2.52 -
YUV 112.02 68.17 175.06 -
System Red Green Blue C M Y K H S L
Decimal 178 99 6 0 0.44 0.97 0.30 32.44 0.93 0.36
Hex B2 63 6 0 2C 61 1E 20 5D 24
Octal 262 143 6 0 54 141 36 40 135 44
Binary 10110010 1100011 110 0 101100 1100001 11110 100000 1011101 100100

Color Harmonies of #B26306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26306

Black with #B26306

Text Example


Text Example

White with #B26306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26306; }

 p { color: rgb(178,99,6); }

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

background-color css

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

 a { background-color: rgb(178,99,6); }

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

border-color css

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

 span { border-color: rgb(178,99,6); }

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