Html Css Color HEX #B14B25 Rose Of Sharon

📋 copy color: '#B14B25'

red 177 ◦ green 75 ◦ blue 37

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

Shades of Rose Of Sharon #B14B25

Tints of Rose Of Sharon #B14B25

RGB

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

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

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

R = 61.25%
G = 25.95%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B14B25 (or 0xB14B25) is known color: Rose Of Sharon. HEX triplet: B1, 4B and 25. RGB value is (177,75,37). Sum of RGB (Red+Green+Blue) = 177+75+37=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14B25 is #4EB4DA. Grayscale: #656565. Windows color (decimal): -5158107 or 2444209. OLE color: 2444209.

HSL color Cylindrical-coordinate representation of color #B14B25: hue angle of 16.29º 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 #B14B25 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 75 37 -
CMYK 0 0.58 0.79 0.31
HSL 16.29º 0.65% 0.42% -
HSV(B) 16.29º 0.79% 0.69% -
XYZ 20.98 14.51 3.45 -
YUV 101.17 91.79 182.09 -
System Red Green Blue C M Y K H S L
Decimal 177 75 37 0 0.58 0.79 0.31 16.29 0.65 0.42
Hex B1 4B 25 0 3A 4F 1F 10 41 2A
Octal 261 113 45 0 72 117 37 20 101 52
Binary 10110001 1001011 100101 0 111010 1001111 11111 10000 1000001 101010

Color Harmonies of #B14B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14B25

Black with #B14B25

Text Example


Text Example

White with #B14B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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