Html Css Color HEX #BD4D21 Rose Of Sharon

📋 copy color: '#BD4D21'

red 189 ◦ green 77 ◦ blue 33

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

Shades of Rose Of Sharon #BD4D21

Tints of Rose Of Sharon #BD4D21

RGB

 RED value IS 189 (74.22% from 255) = 63.21%

 GREEN value IS 77 (30.47% from 255) = 25.75%

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

R = 63.21%
G = 25.75%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD4D21 (or 0xBD4D21) is known color: Rose Of Sharon. HEX triplet: BD, 4D and 21. RGB value is (189,77,33). Sum of RGB (Red+Green+Blue) = 189+77+33=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4D21 is #42B2DE. Grayscale: #696969. Windows color (decimal): -4371167 or 2182589. OLE color: 2182589.

HSL color Cylindrical-coordinate representation of color #BD4D21: hue angle of 16.92º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD4D21 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 77 33 -
CMYK 0 0.59 0.83 0.26
HSL 16.92º 0.7% 0.44% -
HSV(B) 16.92º 0.83% 0.74% -
XYZ 23.91 16.24 3.31 -
YUV 105.47 87.11 187.58 -
System Red Green Blue C M Y K H S L
Decimal 189 77 33 0 0.59 0.83 0.26 16.92 0.7 0.44
Hex BD 4D 21 0 3B 53 1A 11 46 2C
Octal 275 115 41 0 73 123 32 21 106 54
Binary 10111101 1001101 100001 0 111011 1010011 11010 10001 1000110 101100

Color Harmonies of #BD4D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4D21

Black with #BD4D21

Text Example


Text Example

White with #BD4D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4D21; }

 p { color: rgb(189,77,33); }

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

background-color css

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

 a { background-color: rgb(189,77,33); }

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

border-color css

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

 span { border-color: rgb(189,77,33); }

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