Html Css Color HEX #B92F32 Mahogany

📋 copy color: '#B92F32'

red 185 ◦ green 47 ◦ blue 50

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

Shades of Mahogany #B92F32

Tints of Mahogany #B92F32

RGB

 RED value IS 185 (72.66% from 255) = 65.6%

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

 BLUE value IS 50 (19.92% from 255) = 17.73%

R = 65.6%
G = 16.67%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B92F32 (or 0xB92F32) is known color: Mahogany. HEX triplet: B9, 2F and 32. RGB value is (185,47,50). Sum of RGB (Red+Green+Blue) = 185+47+50=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92F32 is #46D0CD. Grayscale: #585858. Windows color (decimal): -4640974 or 3289017. OLE color: 3289017.

HSL color Cylindrical-coordinate representation of color #B92F32: hue angle of 358.7º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B92F32 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 47 50 -
CMYK 0 0.75 0.73 0.27
HSL 358.7º 0.59% 0.45% -
HSV(B) 358.7º 0.75% 0.73% -
XYZ 21.6 12.58 4.31 -
YUV 88.6 106.22 196.76 -
System Red Green Blue C M Y K H S L
Decimal 185 47 50 0 0.75 0.73 0.27 358.7 0.59 0.45
Hex B9 2F 32 0 4B 49 1B 167 3B 2D
Octal 271 57 62 0 113 111 33 547 73 55
Binary 10111001 101111 110010 0 1001011 1001001 11011 101100111 111011 101101

Color Harmonies of #B92F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92F32

Black with #B92F32

Text Example


Text Example

White with #B92F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92F32; }

 p { color: rgb(185,47,50); }

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

background-color css

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

 a { background-color: rgb(185,47,50); }

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

border-color css

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

 span { border-color: rgb(185,47,50); }

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