Html Css Color HEX #BD6850 Flame Pea

📋 copy color: '#BD6850'

red 189 ◦ green 104 ◦ blue 80

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

Shades of Flame Pea #BD6850

Tints of Flame Pea #BD6850

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.88%

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

R = 50.67%
G = 27.88%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD6850 (or 0xBD6850) is known color: Flame Pea. HEX triplet: BD, 68 and 50. RGB value is (189,104,80). Sum of RGB (Red+Green+Blue) = 189+104+80=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6850 is #4297AF. Grayscale: #7E7E7E. Windows color (decimal): -4364208 or 5269693. OLE color: 5269693.

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

Color convert

RGB 189 104 80 -
CMYK 0 0.45 0.58 0.26
HSL 13.21º 0.45% 0.53% -
HSV(B) 13.21º 0.58% 0.74% -
XYZ 27.38 21.3 10.26 -
YUV 126.68 101.66 172.45 -
System Red Green Blue C M Y K H S L
Decimal 189 104 80 0 0.45 0.58 0.26 13.21 0.45 0.53
Hex BD 68 50 0 2D 3A 1A D 2D 35
Octal 275 150 120 0 55 72 32 15 55 65
Binary 10111101 1101000 1010000 0 101101 111010 11010 1101 101101 110101

Color Harmonies of #BD6850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6850

Black with #BD6850

Text Example


Text Example

White with #BD6850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6850; }

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

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

background-color css

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

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

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

border-color css

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

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

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