Html Css Color HEX #BD5E4B Flame Pea

📋 copy color: '#BD5E4B'

red 189 ◦ green 94 ◦ blue 75

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

Shades of Flame Pea #BD5E4B

Tints of Flame Pea #BD5E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.95%

R = 52.79%
G = 26.26%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD5E4B (or 0xBD5E4B) is known color: Flame Pea. HEX triplet: BD, 5E and 4B. RGB value is (189,94,75). Sum of RGB (Red+Green+Blue) = 189+94+75=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5E4B is #42A1B4. Grayscale: #787878. Windows color (decimal): -4366773 or 4939453. OLE color: 4939453.

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

Color convert

RGB 189 94 75 -
CMYK 0 0.50 0.60 0.26
HSL 10º 0.46% 0.52% -
HSV(B) 10º 0.6% 0.74% -
XYZ 26.26 19.33 9 -
YUV 120.24 102.47 177.04 -
System Red Green Blue C M Y K H S L
Decimal 189 94 75 0 0.50 0.60 0.26 10 0.46 0.52
Hex BD 5E 4B 0 32 3C 1A A 2E 34
Octal 275 136 113 0 62 74 32 12 56 64
Binary 10111101 1011110 1001011 0 110010 111100 11010 1010 101110 110100

Color Harmonies of #BD5E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E4B

Black with #BD5E4B

Text Example


Text Example

White with #BD5E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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