Html Css Color HEX #B3640B Golden Brown

📋 copy color: '#B3640B'

red 179 ◦ green 100 ◦ blue 11

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

Shades of Golden Brown #B3640B

Tints of Golden Brown #B3640B

RGB

 RED value IS 179 (70.31% from 255) = 61.72%

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

 BLUE value IS 11 (4.69% from 255) = 3.79%

R = 61.72%
G = 34.48%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B3640B (or 0xB3640B) is known color: Golden Brown. HEX triplet: B3, 64 and 0B. RGB value is (179,100,11). Sum of RGB (Red+Green+Blue) = 179+100+11=290 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.72% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 179 - color contains mainly: red. Hex color #B3640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3640B is #4C9BF4. Grayscale: #717171. Windows color (decimal): -5020661 or 746675. OLE color: 746675.

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

Color convert

RGB 179 100 11 -
CMYK 0 0.44 0.94 0.30
HSL 31.79º 0.88% 0.37% -
HSV(B) 31.79º 0.94% 0.7% -
XYZ 23.21 18.72 2.71 -
YUV 113.48 70.17 174.74 -
System Red Green Blue C M Y K H S L
Decimal 179 100 11 0 0.44 0.94 0.30 31.79 0.88 0.37
Hex B3 64 B 0 2C 5E 1E 20 58 25
Octal 263 144 13 0 54 136 36 40 130 45
Binary 10110011 1100100 1011 0 101100 1011110 11110 100000 1011000 100101

Color Harmonies of #B3640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3640B

Black with #B3640B

Text Example


Text Example

White with #B3640B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3640B; }

 p { color: rgb(179,100,11); }

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

background-color css

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

 a { background-color: rgb(179,100,11); }

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

border-color css

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

 span { border-color: rgb(179,100,11); }

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