Html Css Color HEX #B14E21 Rose Of Sharon

📋 copy color: '#B14E21'

red 177 ◦ green 78 ◦ blue 33

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

Shades of Rose Of Sharon #B14E21

Tints of Rose Of Sharon #B14E21

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.08%

 BLUE value IS 33 (13.28% from 255) = 11.46%

R = 61.46%
G = 27.08%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B14E21 (or 0xB14E21) is known color: Rose Of Sharon. HEX triplet: B1, 4E and 21. RGB value is (177,78,33). Sum of RGB (Red+Green+Blue) = 177+78+33=288 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.46% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14E21 is #4EB1DE. Grayscale: #666666. Windows color (decimal): -5157343 or 2182833. OLE color: 2182833.

HSL color Cylindrical-coordinate representation of color #B14E21: hue angle of 18.75º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B14E21 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 78 33 -
CMYK 0 0.56 0.81 0.31
HSL 18.75º 0.69% 0.41% -
HSV(B) 18.75º 0.81% 0.69% -
XYZ 21.13 14.91 3.2 -
YUV 102.47 88.8 181.16 -
System Red Green Blue C M Y K H S L
Decimal 177 78 33 0 0.56 0.81 0.31 18.75 0.69 0.41
Hex B1 4E 21 0 38 51 1F 13 45 29
Octal 261 116 41 0 70 121 37 23 105 51
Binary 10110001 1001110 100001 0 111000 1010001 11111 10011 1000101 101001

Color Harmonies of #B14E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14E21

Black with #B14E21

Text Example


Text Example

White with #B14E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14E21; }

 p { color: rgb(177,78,33); }

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

background-color css

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

 a { background-color: rgb(177,78,33); }

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

border-color css

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

 span { border-color: rgb(177,78,33); }

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