Html Css Color HEX #B14B2B Rose Of Sharon

📋 copy color: '#B14B2B'

red 177 ◦ green 75 ◦ blue 43

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

Shades of Rose Of Sharon #B14B2B

Tints of Rose Of Sharon #B14B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.58%

R = 60%
G = 25.42%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B14B2B (or 0xB14B2B) is known color: Rose Of Sharon. HEX triplet: B1, 4B and 2B. RGB value is (177,75,43). Sum of RGB (Red+Green+Blue) = 177+75+43=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14B2B is #4EB4D4. Grayscale: #666666. Windows color (decimal): -5158101 or 2837425. OLE color: 2837425.

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

Color convert

RGB 177 75 43 -
CMYK 0 0.58 0.76 0.31
HSL 14.33º 0.61% 0.43% -
HSV(B) 14.33º 0.76% 0.69% -
XYZ 21.08 14.55 3.98 -
YUV 101.85 94.79 181.6 -
System Red Green Blue C M Y K H S L
Decimal 177 75 43 0 0.58 0.76 0.31 14.33 0.61 0.43
Hex B1 4B 2B 0 3A 4C 1F E 3D 2B
Octal 261 113 53 0 72 114 37 16 75 53
Binary 10110001 1001011 101011 0 111010 1001100 11111 1110 111101 101011

Color Harmonies of #B14B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14B2B

Black with #B14B2B

Text Example


Text Example

White with #B14B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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