Html Css Color HEX #BD4F21 Red Stage

📋 copy color: '#BD4F21'

red 189 ◦ green 79 ◦ blue 33

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

Shades of Red Stage #BD4F21

Tints of Red Stage #BD4F21

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.25%

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

R = 62.79%
G = 26.25%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD4F21 (or 0xBD4F21) is known color: Red Stage. HEX triplet: BD, 4F and 21. RGB value is (189,79,33). Sum of RGB (Red+Green+Blue) = 189+79+33=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4F21 is #42B0DE. Grayscale: #6A6A6A. Windows color (decimal): -4370655 or 2183101. OLE color: 2183101.

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

Color convert

RGB 189 79 33 -
CMYK 0 0.58 0.83 0.26
HSL 17.69º 0.7% 0.44% -
HSV(B) 17.69º 0.83% 0.74% -
XYZ 24.06 16.52 3.36 -
YUV 106.65 86.44 186.74 -
System Red Green Blue C M Y K H S L
Decimal 189 79 33 0 0.58 0.83 0.26 17.69 0.7 0.44
Hex BD 4F 21 0 3A 53 1A 12 46 2C
Octal 275 117 41 0 72 123 32 22 106 54
Binary 10111101 1001111 100001 0 111010 1010011 11010 10010 1000110 101100

Color Harmonies of #BD4F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4F21

Black with #BD4F21

Text Example


Text Example

White with #BD4F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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