Html Css Color HEX #B14925 Rose Of Sharon

📋 copy color: '#B14925'

red 177 ◦ green 73 ◦ blue 37

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

Shades of Rose Of Sharon #B14925

Tints of Rose Of Sharon #B14925

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.44%

 BLUE value IS 37 (14.84% from 255) = 12.89%

R = 61.67%
G = 25.44%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B14925 (or 0xB14925) is known color: Rose Of Sharon. HEX triplet: B1, 49 and 25. RGB value is (177,73,37). Sum of RGB (Red+Green+Blue) = 177+73+37=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B14925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14925 is #4EB6DA. Grayscale: #646464. Windows color (decimal): -5158619 or 2443697. OLE color: 2443697.

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

Color convert

RGB 177 73 37 -
CMYK 0 0.59 0.79 0.31
HSL 15.43º 0.65% 0.42% -
HSV(B) 15.43º 0.79% 0.69% -
XYZ 20.85 14.25 3.4 -
YUV 99.99 92.46 182.93 -
System Red Green Blue C M Y K H S L
Decimal 177 73 37 0 0.59 0.79 0.31 15.43 0.65 0.42
Hex B1 49 25 0 3B 4F 1F F 41 2A
Octal 261 111 45 0 73 117 37 17 101 52
Binary 10110001 1001001 100101 0 111011 1001111 11111 1111 1000001 101010

Color Harmonies of #B14925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14925

Black with #B14925

Text Example


Text Example

White with #B14925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14925; }

 p { color: rgb(177,73,37); }

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

background-color css

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

 a { background-color: rgb(177,73,37); }

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

border-color css

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

 span { border-color: rgb(177,73,37); }

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