Html Css Color HEX #BD5B4A Flame Pea

📋 copy color: '#BD5B4A'

red 189 ◦ green 91 ◦ blue 74

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

Shades of Flame Pea #BD5B4A

Tints of Flame Pea #BD5B4A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.71%

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

R = 53.39%
G = 25.71%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD5B4A (or 0xBD5B4A) is known color: Flame Pea. HEX triplet: BD, 5B and 4A. RGB value is (189,91,74). Sum of RGB (Red+Green+Blue) = 189+91+74=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5B4A is #42A4B5. Grayscale: #767676. Windows color (decimal): -4367542 or 4873149. OLE color: 4873149.

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

Color convert

RGB 189 91 74 -
CMYK 0 0.52 0.61 0.26
HSL 8.87º 0.47% 0.52% -
HSV(B) 8.87º 0.61% 0.74% -
XYZ 25.96 18.8 8.74 -
YUV 118.36 102.97 178.38 -
System Red Green Blue C M Y K H S L
Decimal 189 91 74 0 0.52 0.61 0.26 8.87 0.47 0.52
Hex BD 5B 4A 0 34 3D 1A 9 2F 34
Octal 275 133 112 0 64 75 32 11 57 64
Binary 10111101 1011011 1001010 0 110100 111101 11010 1001 101111 110100

Color Harmonies of #BD5B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5B4A

Black with #BD5B4A

Text Example


Text Example

White with #BD5B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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