Html Css Color HEX #B14A2D Rose Of Sharon

📋 copy color: '#B14A2D'

red 177 ◦ green 74 ◦ blue 45

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

Shades of Rose Of Sharon #B14A2D

Tints of Rose Of Sharon #B14A2D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25%

 BLUE value IS 45 (17.97% from 255) = 15.2%

R = 59.8%
G = 25%
B = 15.2%

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

#B14A2D (or 0xB14A2D) is known color: Rose Of Sharon. HEX triplet: B1, 4A and 2D. RGB value is (177,74,45). Sum of RGB (Red+Green+Blue) = 177+74+45=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14A2D is #4EB5D2. Grayscale: #656565. Windows color (decimal): -5158355 or 2968241. OLE color: 2968241.

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

Color convert

RGB 177 74 45 -
CMYK 0 0.58 0.75 0.31
HSL 13.18º 0.59% 0.44% -
HSV(B) 13.18º 0.75% 0.69% -
XYZ 21.05 14.43 4.16 -
YUV 101.49 96.12 181.86 -
System Red Green Blue C M Y K H S L
Decimal 177 74 45 0 0.58 0.75 0.31 13.18 0.59 0.44
Hex B1 4A 2D 0 3A 4B 1F D 3B 2C
Octal 261 112 55 0 72 113 37 15 73 54
Binary 10110001 1001010 101101 0 111010 1001011 11111 1101 111011 101100

Color Harmonies of #B14A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14A2D

Black with #B14A2D

Text Example


Text Example

White with #B14A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14A2D; }

 p { color: rgb(177,74,45); }

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

background-color css

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

 a { background-color: rgb(177,74,45); }

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

border-color css

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

 span { border-color: rgb(177,74,45); }

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