Html Css Color HEX #BD6546 Flame Pea

📋 copy color: '#BD6546'

red 189 ◦ green 101 ◦ blue 70

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

Shades of Flame Pea #BD6546

Tints of Flame Pea #BD6546

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.06%

 BLUE value IS 70 (27.73% from 255) = 19.44%

R = 52.5%
G = 28.06%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD6546 (or 0xBD6546) is known color: Flame Pea. HEX triplet: BD, 65 and 46. RGB value is (189,101,70). Sum of RGB (Red+Green+Blue) = 189+101+70=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6546 is #429AB9. Grayscale: #7B7B7B. Windows color (decimal): -4364986 or 4613565. OLE color: 4613565.

HSL color Cylindrical-coordinate representation of color #BD6546: hue angle of 15.63º degrees, saturation: 0.47, 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 #BD6546 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 101 70 -
CMYK 0 0.47 0.63 0.26
HSL 15.63º 0.47% 0.51% -
HSV(B) 15.63º 0.63% 0.74% -
XYZ 26.75 20.57 8.35 -
YUV 123.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 189 101 70 0 0.47 0.63 0.26 15.63 0.47 0.51
Hex BD 65 46 0 2F 3F 1A 10 2F 33
Octal 275 145 106 0 57 77 32 20 57 63
Binary 10111101 1100101 1000110 0 101111 111111 11010 10000 101111 110011

Color Harmonies of #BD6546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6546

Black with #BD6546

Text Example


Text Example

White with #BD6546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6546; }

 p { color: rgb(189,101,70); }

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

background-color css

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

 a { background-color: rgb(189,101,70); }

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

border-color css

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

 span { border-color: rgb(189,101,70); }

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