Html Css Color HEX #BD5D4B Flame Pea

📋 copy color: '#BD5D4B'

red 189 ◦ green 93 ◦ blue 75

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

Shades of Flame Pea #BD5D4B

Tints of Flame Pea #BD5D4B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.05%

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

R = 52.94%
G = 26.05%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD5D4B (or 0xBD5D4B) is known color: Flame Pea. HEX triplet: BD, 5D and 4B. RGB value is (189,93,75). Sum of RGB (Red+Green+Blue) = 189+93+75=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5D4B is #42A2B4. Grayscale: #777777. Windows color (decimal): -4367029 or 4939197. OLE color: 4939197.

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

Color convert

RGB 189 93 75 -
CMYK 0 0.51 0.60 0.26
HSL 9.47º 0.46% 0.52% -
HSV(B) 9.47º 0.6% 0.74% -
XYZ 26.17 19.16 8.97 -
YUV 119.65 102.8 177.46 -
System Red Green Blue C M Y K H S L
Decimal 189 93 75 0 0.51 0.60 0.26 9.47 0.46 0.52
Hex BD 5D 4B 0 33 3C 1A 9 2E 34
Octal 275 135 113 0 63 74 32 11 56 64
Binary 10111101 1011101 1001011 0 110011 111100 11010 1001 101110 110100

Color Harmonies of #BD5D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5D4B

Black with #BD5D4B

Text Example


Text Example

White with #BD5D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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