Html Css Color HEX #B14521 Rose Of Sharon

📋 copy color: '#B14521'

red 177 ◦ green 69 ◦ blue 33

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

Shades of Rose Of Sharon #B14521

Tints of Rose Of Sharon #B14521

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.73%

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

R = 63.44%
G = 24.73%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B14521 (or 0xB14521) is known color: Rose Of Sharon. HEX triplet: B1, 45 and 21. RGB value is (177,69,33). Sum of RGB (Red+Green+Blue) = 177+69+33=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B14521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14521 is #4EBADE. Grayscale: #616161. Windows color (decimal): -5159647 or 2180529. OLE color: 2180529.

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

Color convert

RGB 177 69 33 -
CMYK 0 0.61 0.81 0.31
HSL 15º 0.69% 0.41% -
HSV(B) 15º 0.81% 0.69% -
XYZ 20.53 13.71 3 -
YUV 97.19 91.78 184.93 -
System Red Green Blue C M Y K H S L
Decimal 177 69 33 0 0.61 0.81 0.31 15 0.69 0.41
Hex B1 45 21 0 3D 51 1F F 45 29
Octal 261 105 41 0 75 121 37 17 105 51
Binary 10110001 1000101 100001 0 111101 1010001 11111 1111 1000101 101001

Color Harmonies of #B14521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14521

Black with #B14521

Text Example


Text Example

White with #B14521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14521; }

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

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

background-color css

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

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

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

border-color css

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

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

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