Html Css Color HEX #BD5F4A Flame Pea

📋 copy color: '#BD5F4A'

red 189 ◦ green 95 ◦ blue 74

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

Shades of Flame Pea #BD5F4A

Tints of Flame Pea #BD5F4A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.54%

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

R = 52.79%
G = 26.54%
B = 20.67%

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

#BD5F4A (or 0xBD5F4A) is known color: Flame Pea. HEX triplet: BD, 5F and 4A. RGB value is (189,95,74). Sum of RGB (Red+Green+Blue) = 189+95+74=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5F4A is #42A0B5. Grayscale: #787878. Windows color (decimal): -4366518 or 4874173. OLE color: 4874173.

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

Color convert

RGB 189 95 74 -
CMYK 0 0.50 0.61 0.26
HSL 10.96º 0.47% 0.52% -
HSV(B) 10.96º 0.61% 0.74% -
XYZ 26.31 19.5 8.86 -
YUV 120.71 101.64 176.71 -
System Red Green Blue C M Y K H S L
Decimal 189 95 74 0 0.50 0.61 0.26 10.96 0.47 0.52
Hex BD 5F 4A 0 32 3D 1A B 2F 34
Octal 275 137 112 0 62 75 32 13 57 64
Binary 10111101 1011111 1001010 0 110010 111101 11010 1011 101111 110100

Color Harmonies of #BD5F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5F4A

Black with #BD5F4A

Text Example


Text Example

White with #BD5F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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