Html Css Color HEX #B14B2C Rose Of Sharon

📋 copy color: '#B14B2C'

red 177 ◦ green 75 ◦ blue 44

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

Shades of Rose Of Sharon #B14B2C

Tints of Rose Of Sharon #B14B2C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.34%

 BLUE value IS 44 (17.58% from 255) = 14.86%

R = 59.8%
G = 25.34%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B14B2C (or 0xB14B2C) is known color: Rose Of Sharon. HEX triplet: B1, 4B and 2C. RGB value is (177,75,44). Sum of RGB (Red+Green+Blue) = 177+75+44=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14B2C is #4EB4D3. Grayscale: #666666. Windows color (decimal): -5158100 or 2902961. OLE color: 2902961.

HSL color Cylindrical-coordinate representation of color #B14B2C: hue angle of 13.98º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B14B2C is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 75 44 -
CMYK 0 0.58 0.75 0.31
HSL 13.98º 0.6% 0.43% -
HSV(B) 13.98º 0.75% 0.69% -
XYZ 21.1 14.56 4.08 -
YUV 101.96 95.29 181.52 -
System Red Green Blue C M Y K H S L
Decimal 177 75 44 0 0.58 0.75 0.31 13.98 0.6 0.43
Hex B1 4B 2C 0 3A 4B 1F E 3C 2B
Octal 261 113 54 0 72 113 37 16 74 53
Binary 10110001 1001011 101100 0 111010 1001011 11111 1110 111100 101011

Color Harmonies of #B14B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14B2C

Black with #B14B2C

Text Example


Text Example

White with #B14B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14B2C; }

 p { color: rgb(177,75,44); }

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

background-color css

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

 a { background-color: rgb(177,75,44); }

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

border-color css

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

 span { border-color: rgb(177,75,44); }

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