Html Css Color HEX #BD6450 Flame Pea

📋 copy color: '#BD6450'

red 189 ◦ green 100 ◦ blue 80

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

Shades of Flame Pea #BD6450

Tints of Flame Pea #BD6450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.1%

 BLUE value IS 80 (31.64% from 255) = 21.68%

R = 51.22%
G = 27.1%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD6450 (or 0xBD6450) is known color: Flame Pea. HEX triplet: BD, 64 and 50. RGB value is (189,100,80). Sum of RGB (Red+Green+Blue) = 189+100+80=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6450 is #429BAF. Grayscale: #7C7C7C. Windows color (decimal): -4365232 or 5268669. OLE color: 5268669.

HSL color Cylindrical-coordinate representation of color #BD6450: hue angle of 11.01º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD6450 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 100 80 -
CMYK 0 0.47 0.58 0.26
HSL 11.01º 0.45% 0.53% -
HSV(B) 11.01º 0.58% 0.74% -
XYZ 26.99 20.51 10.13 -
YUV 124.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 189 100 80 0 0.47 0.58 0.26 11.01 0.45 0.53
Hex BD 64 50 0 2F 3A 1A B 2D 35
Octal 275 144 120 0 57 72 32 13 55 65
Binary 10111101 1100100 1010000 0 101111 111010 11010 1011 101101 110101

Color Harmonies of #BD6450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6450

Black with #BD6450

Text Example


Text Example

White with #BD6450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6450; }

 p { color: rgb(189,100,80); }

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

background-color css

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

 a { background-color: rgb(189,100,80); }

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

border-color css

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

 span { border-color: rgb(189,100,80); }

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