Html Css Color HEX #B12E27 Brown

📋 copy color: '#B12E27'

red 177 ◦ green 46 ◦ blue 39

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

Shades of Brown #B12E27

Tints of Brown #B12E27

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.56%

 BLUE value IS 39 (15.63% from 255) = 14.89%

R = 67.56%
G = 17.56%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B12E27 (or 0xB12E27) is known color: Brown. HEX triplet: B1, 2E and 27. RGB value is (177,46,39). Sum of RGB (Red+Green+Blue) = 177+46+39=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12E27 is #4ED1D8. Grayscale: #545454. Windows color (decimal): -5165529 or 2567857. OLE color: 2567857.

HSL color Cylindrical-coordinate representation of color #B12E27: hue angle of 3.04º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12E27 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 46 39 -
CMYK 0 0.74 0.78 0.31
HSL 3.04º 0.64% 0.42% -
HSV(B) 3.04º 0.78% 0.69% -
XYZ 19.47 11.45 3.1 -
YUV 84.37 102.4 194.07 -
System Red Green Blue C M Y K H S L
Decimal 177 46 39 0 0.74 0.78 0.31 3.04 0.64 0.42
Hex B1 2E 27 0 4A 4E 1F 3 40 2A
Octal 261 56 47 0 112 116 37 3 100 52
Binary 10110001 101110 100111 0 1001010 1001110 11111 11 1000000 101010

Color Harmonies of #B12E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12E27

Black with #B12E27

Text Example


Text Example

White with #B12E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12E27; }

 p { color: rgb(177,46,39); }

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

background-color css

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

 a { background-color: rgb(177,46,39); }

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

border-color css

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

 span { border-color: rgb(177,46,39); }

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