Html Css Color HEX #B1640A Golden Brown

📋 copy color: '#B1640A'

red 177 ◦ green 100 ◦ blue 10

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

Shades of Golden Brown #B1640A

Tints of Golden Brown #B1640A

RGB

 RED value IS 177 (69.53% from 255) = 61.67%

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

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

R = 61.67%
G = 34.84%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1640A (or 0xB1640A) is known color: Golden Brown. HEX triplet: B1, 64 and 0A. RGB value is (177,100,10). Sum of RGB (Red+Green+Blue) = 177+100+10=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B1640A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1640A is #4E9BF5. Grayscale: #717171. Windows color (decimal): -5151734 or 681137. OLE color: 681137.

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

Color convert

RGB 177 100 10 -
CMYK 0 0.44 0.94 0.31
HSL 32.34º 0.89% 0.37% -
HSV(B) 32.34º 0.94% 0.69% -
XYZ 22.74 18.48 2.66 -
YUV 112.76 70.01 173.82 -
System Red Green Blue C M Y K H S L
Decimal 177 100 10 0 0.44 0.94 0.31 32.34 0.89 0.37
Hex B1 64 A 0 2C 5E 1F 20 59 25
Octal 261 144 12 0 54 136 37 40 131 45
Binary 10110001 1100100 1010 0 101100 1011110 11111 100000 1011001 100101

Color Harmonies of #B1640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1640A

Black with #B1640A

Text Example


Text Example

White with #B1640A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1640A; }

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

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

background-color css

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

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

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

border-color css

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

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

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