Html Css Color HEX #BD5A4C Flame Pea

📋 copy color: '#BD5A4C'

red 189 ◦ green 90 ◦ blue 76

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

Shades of Flame Pea #BD5A4C

Tints of Flame Pea #BD5A4C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.35%

 BLUE value IS 76 (30.08% from 255) = 21.41%

R = 53.24%
G = 25.35%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD5A4C (or 0xBD5A4C) is known color: Flame Pea. HEX triplet: BD, 5A and 4C. RGB value is (189,90,76). Sum of RGB (Red+Green+Blue) = 189+90+76=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5A4C is #42A5B3. Grayscale: #767676. Windows color (decimal): -4367796 or 5003965. OLE color: 5003965.

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

Color convert

RGB 189 90 76 -
CMYK 0 0.52 0.60 0.26
HSL 7.43º 0.46% 0.52% -
HSV(B) 7.43º 0.6% 0.74% -
XYZ 25.95 18.65 9.07 -
YUV 118.01 104.3 178.64 -
System Red Green Blue C M Y K H S L
Decimal 189 90 76 0 0.52 0.60 0.26 7.43 0.46 0.52
Hex BD 5A 4C 0 34 3C 1A 7 2E 34
Octal 275 132 114 0 64 74 32 7 56 64
Binary 10111101 1011010 1001100 0 110100 111100 11010 111 101110 110100

Color Harmonies of #BD5A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5A4C

Black with #BD5A4C

Text Example


Text Example

White with #BD5A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5A4C; }

 p { color: rgb(189,90,76); }

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

background-color css

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

 a { background-color: rgb(189,90,76); }

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

border-color css

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

 span { border-color: rgb(189,90,76); }

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