Html Css Color HEX #BD5E4A Flame Pea

📋 copy color: '#BD5E4A'

red 189 ◦ green 94 ◦ blue 74

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

Shades of Flame Pea #BD5E4A

Tints of Flame Pea #BD5E4A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.33%

 BLUE value IS 74 (29.3% from 255) = 20.73%

R = 52.94%
G = 26.33%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD5E4A (or 0xBD5E4A) is known color: Flame Pea. HEX triplet: BD, 5E and 4A. RGB value is (189,94,74). Sum of RGB (Red+Green+Blue) = 189+94+74=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5E4A is #42A1B5. Grayscale: #787878. Windows color (decimal): -4366774 or 4873917. OLE color: 4873917.

HSL color Cylindrical-coordinate representation of color #BD5E4A: hue angle of 10.43º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD5E4A is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 94 74 -
CMYK 0 0.50 0.61 0.26
HSL 10.43º 0.47% 0.52% -
HSV(B) 10.43º 0.61% 0.74% -
XYZ 26.23 19.32 8.83 -
YUV 120.13 101.97 177.13 -
System Red Green Blue C M Y K H S L
Decimal 189 94 74 0 0.50 0.61 0.26 10.43 0.47 0.52
Hex BD 5E 4A 0 32 3D 1A A 2F 34
Octal 275 136 112 0 62 75 32 12 57 64
Binary 10111101 1011110 1001010 0 110010 111101 11010 1010 101111 110100

Color Harmonies of #BD5E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E4A

Black with #BD5E4A

Text Example


Text Example

White with #BD5E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E4A; }

 p { color: rgb(189,94,74); }

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

background-color css

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

 a { background-color: rgb(189,94,74); }

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

border-color css

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

 span { border-color: rgb(189,94,74); }

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