Html Css Color HEX #BD6648 Flame Pea

📋 copy color: '#BD6648'

red 189 ◦ green 102 ◦ blue 72

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

Shades of Flame Pea #BD6648

Tints of Flame Pea #BD6648

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.1%

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

R = 52.07%
G = 28.1%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD6648 (or 0xBD6648) is known color: Flame Pea. HEX triplet: BD, 66 and 48. RGB value is (189,102,72). Sum of RGB (Red+Green+Blue) = 189+102+72=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6648 is #4299B7. Grayscale: #7C7C7C. Windows color (decimal): -4364728 or 4744893. OLE color: 4744893.

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

Color convert

RGB 189 102 72 -
CMYK 0 0.46 0.62 0.26
HSL 15.38º 0.47% 0.51% -
HSV(B) 15.38º 0.62% 0.74% -
XYZ 26.91 20.79 8.73 -
YUV 124.59 98.32 173.94 -
System Red Green Blue C M Y K H S L
Decimal 189 102 72 0 0.46 0.62 0.26 15.38 0.47 0.51
Hex BD 66 48 0 2E 3E 1A F 2F 33
Octal 275 146 110 0 56 76 32 17 57 63
Binary 10111101 1100110 1001000 0 101110 111110 11010 1111 101111 110011

Color Harmonies of #BD6648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6648

Black with #BD6648

Text Example


Text Example

White with #BD6648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6648; }

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

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

background-color css

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

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

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

border-color css

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

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

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