Html Css Color HEX #BD6645 Flame Pea

📋 copy color: '#BD6645'

red 189 ◦ green 102 ◦ blue 69

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

Shades of Flame Pea #BD6645

Tints of Flame Pea #BD6645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.17%

R = 52.5%
G = 28.33%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD6645 (or 0xBD6645) is known color: Flame Pea. HEX triplet: BD, 66 and 45. RGB value is (189,102,69). Sum of RGB (Red+Green+Blue) = 189+102+69=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6645 is #4299BA. Grayscale: #7C7C7C. Windows color (decimal): -4364731 or 4548285. OLE color: 4548285.

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

Color convert

RGB 189 102 69 -
CMYK 0 0.46 0.63 0.26
HSL 16.5º 0.48% 0.51% -
HSV(B) 16.5º 0.63% 0.74% -
XYZ 26.81 20.75 8.22 -
YUV 124.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 189 102 69 0 0.46 0.63 0.26 16.5 0.48 0.51
Hex BD 66 45 0 2E 3F 1A 10 30 33
Octal 275 146 105 0 56 77 32 20 60 63
Binary 10111101 1100110 1000101 0 101110 111111 11010 10000 110000 110011

Color Harmonies of #BD6645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6645

Black with #BD6645

Text Example


Text Example

White with #BD6645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6645; }

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

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

background-color css

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

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

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

border-color css

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

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

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