Html Css Color HEX #B12F27 Brown

📋 copy color: '#B12F27'

red 177 ◦ green 47 ◦ blue 39

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

Shades of Brown #B12F27

Tints of Brown #B12F27

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.87%

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

R = 67.3%
G = 17.87%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B12F27 (or 0xB12F27) is known color: Brown. HEX triplet: B1, 2F and 27. RGB value is (177,47,39). Sum of RGB (Red+Green+Blue) = 177+47+39=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12F27 is #4ED0D8. Grayscale: #555555. Windows color (decimal): -5165273 or 2568113. OLE color: 2568113.

HSL color Cylindrical-coordinate representation of color #B12F27: hue angle of 3.48º 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 #B12F27 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 47 39 -
CMYK 0 0.73 0.78 0.31
HSL 3.48º 0.64% 0.42% -
HSV(B) 3.48º 0.78% 0.69% -
XYZ 19.51 11.53 3.12 -
YUV 84.96 102.07 193.65 -
System Red Green Blue C M Y K H S L
Decimal 177 47 39 0 0.73 0.78 0.31 3.48 0.64 0.42
Hex B1 2F 27 0 49 4E 1F 3 40 2A
Octal 261 57 47 0 111 116 37 3 100 52
Binary 10110001 101111 100111 0 1001001 1001110 11111 11 1000000 101010

Color Harmonies of #B12F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12F27

Black with #B12F27

Text Example


Text Example

White with #B12F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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