Html Css Color HEX #BD6448 Flame Pea

📋 copy color: '#BD6448'

red 189 ◦ green 100 ◦ blue 72

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

Shades of Flame Pea #BD6448

Tints of Flame Pea #BD6448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.94%

R = 52.35%
G = 27.7%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD6448 (or 0xBD6448) is known color: Flame Pea. HEX triplet: BD, 64 and 48. RGB value is (189,100,72). Sum of RGB (Red+Green+Blue) = 189+100+72=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6448 is #429BB7. Grayscale: #7B7B7B. Windows color (decimal): -4365240 or 4744381. OLE color: 4744381.

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

Color convert

RGB 189 100 72 -
CMYK 0 0.47 0.62 0.26
HSL 14.36º 0.47% 0.51% -
HSV(B) 14.36º 0.62% 0.74% -
XYZ 26.71 20.4 8.66 -
YUV 123.42 98.99 174.78 -
System Red Green Blue C M Y K H S L
Decimal 189 100 72 0 0.47 0.62 0.26 14.36 0.47 0.51
Hex BD 64 48 0 2F 3E 1A E 2F 33
Octal 275 144 110 0 57 76 32 16 57 63
Binary 10111101 1100100 1001000 0 101111 111110 11010 1110 101111 110011

Color Harmonies of #BD6448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6448

Black with #BD6448

Text Example


Text Example

White with #BD6448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6448; }

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

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

background-color css

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

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

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

border-color css

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

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

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