Html Css Color HEX #B14427 Rose Of Sharon

📋 copy color: '#B14427'

red 177 ◦ green 68 ◦ blue 39

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

Shades of Rose Of Sharon #B14427

Tints of Rose Of Sharon #B14427

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.94%

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

R = 62.32%
G = 23.94%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B14427 (or 0xB14427) is known color: Rose Of Sharon. HEX triplet: B1, 44 and 27. RGB value is (177,68,39). Sum of RGB (Red+Green+Blue) = 177+68+39=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B14427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14427 is #4EBBD8. Grayscale: #616161. Windows color (decimal): -5159897 or 2573489. OLE color: 2573489.

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

Color convert

RGB 177 68 39 -
CMYK 0 0.62 0.78 0.31
HSL 12.61º 0.64% 0.42% -
HSV(B) 12.61º 0.78% 0.69% -
XYZ 20.56 13.63 3.47 -
YUV 97.29 95.11 184.86 -
System Red Green Blue C M Y K H S L
Decimal 177 68 39 0 0.62 0.78 0.31 12.61 0.64 0.42
Hex B1 44 27 0 3E 4E 1F D 40 2A
Octal 261 104 47 0 76 116 37 15 100 52
Binary 10110001 1000100 100111 0 111110 1001110 11111 1101 1000000 101010

Color Harmonies of #B14427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14427

Black with #B14427

Text Example


Text Example

White with #B14427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14427; }

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

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

background-color css

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

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

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

border-color css

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

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

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