Html Css Color HEX #B3640A Golden Brown

📋 copy color: '#B3640A'

red 179 ◦ green 100 ◦ blue 10

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

Shades of Golden Brown #B3640A

Tints of Golden Brown #B3640A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.46%

R = 61.94%
G = 34.6%
B = 3.46%

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

#B3640A (or 0xB3640A) is known color: Golden Brown. HEX triplet: B3, 64 and 0A. RGB value is (179,100,10). Sum of RGB (Red+Green+Blue) = 179+100+10=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B3640A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3640A is #4C9BF5. Grayscale: #717171. Windows color (decimal): -5020662 or 681139. OLE color: 681139.

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

Color convert

RGB 179 100 10 -
CMYK 0 0.44 0.94 0.30
HSL 31.95º 0.89% 0.37% -
HSV(B) 31.95º 0.94% 0.7% -
XYZ 23.2 18.72 2.68 -
YUV 113.36 69.67 174.82 -
System Red Green Blue C M Y K H S L
Decimal 179 100 10 0 0.44 0.94 0.30 31.95 0.89 0.37
Hex B3 64 A 0 2C 5E 1E 20 59 25
Octal 263 144 12 0 54 136 36 40 131 45
Binary 10110011 1100100 1010 0 101100 1011110 11110 100000 1011001 100101

Color Harmonies of #B3640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3640A

Black with #B3640A

Text Example


Text Example

White with #B3640A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3640A; }

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

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

background-color css

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

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

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

border-color css

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

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

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