Html Css Color HEX #BD5A4B Flame Pea

📋 copy color: '#BD5A4B'

red 189 ◦ green 90 ◦ blue 75

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

Shades of Flame Pea #BD5A4B

Tints of Flame Pea #BD5A4B

RGB

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

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

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

R = 53.39%
G = 25.42%
B = 21.19%

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

#BD5A4B (or 0xBD5A4B) is known color: Flame Pea. HEX triplet: BD, 5A and 4B. RGB value is (189,90,75). Sum of RGB (Red+Green+Blue) = 189+90+75=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5A4B is #42A5B4. Grayscale: #767676. Windows color (decimal): -4367797 or 4938429. OLE color: 4938429.

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

Color convert

RGB 189 90 75 -
CMYK 0 0.52 0.60 0.26
HSL 7.89º 0.46% 0.52% -
HSV(B) 7.89º 0.6% 0.74% -
XYZ 25.91 18.64 8.89 -
YUV 117.89 103.8 178.72 -
System Red Green Blue C M Y K H S L
Decimal 189 90 75 0 0.52 0.60 0.26 7.89 0.46 0.52
Hex BD 5A 4B 0 34 3C 1A 8 2E 34
Octal 275 132 113 0 64 74 32 10 56 64
Binary 10111101 1011010 1001011 0 110100 111100 11010 1000 101110 110100

Color Harmonies of #BD5A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5A4B

Black with #BD5A4B

Text Example


Text Example

White with #BD5A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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