Html Css Color HEX #B92627 Mahogany

📋 copy color: '#B92627'

red 185 ◦ green 38 ◦ blue 39

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

Shades of Mahogany #B92627

Tints of Mahogany #B92627

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.5%

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

R = 70.61%
G = 14.5%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B92627 (or 0xB92627) is known color: Mahogany. HEX triplet: B9, 26 and 27. RGB value is (185,38,39). Sum of RGB (Red+Green+Blue) = 185+38+39=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B92627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92627 is #46D9D8. Grayscale: #525252. Windows color (decimal): -4643289 or 2565817. OLE color: 2565817.

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

Color convert

RGB 185 38 39 -
CMYK 0 0.79 0.79 0.27
HSL 359.59º 0.66% 0.44% -
HSV(B) 359.59º 0.79% 0.73% -
XYZ 21.07 11.85 3.1 -
YUV 82.07 103.7 201.42 -
System Red Green Blue C M Y K H S L
Decimal 185 38 39 0 0.79 0.79 0.27 359.59 0.66 0.44
Hex B9 26 27 0 4F 4F 1B 168 42 2C
Octal 271 46 47 0 117 117 33 550 102 54
Binary 10111001 100110 100111 0 1001111 1001111 11011 101101000 1000010 101100

Color Harmonies of #B92627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92627

Black with #B92627

Text Example


Text Example

White with #B92627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92627; }

 p { color: rgb(185,38,39); }

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

background-color css

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

 a { background-color: rgb(185,38,39); }

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

border-color css

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

 span { border-color: rgb(185,38,39); }

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