Html Css Color HEX #BD6545 Flame Pea

📋 copy color: '#BD6545'

red 189 ◦ green 101 ◦ blue 69

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

Shades of Flame Pea #BD6545

Tints of Flame Pea #BD6545

RGB

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

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

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

R = 52.65%
G = 28.13%
B = 19.22%

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

#BD6545 (or 0xBD6545) is known color: Flame Pea. HEX triplet: BD, 65 and 45. RGB value is (189,101,69). Sum of RGB (Red+Green+Blue) = 189+101+69=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6545 is #429ABA. Grayscale: #7B7B7B. Windows color (decimal): -4364987 or 4548029. OLE color: 4548029.

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

Color convert

RGB 189 101 69 -
CMYK 0 0.47 0.63 0.26
HSL 16º 0.48% 0.51% -
HSV(B) 16º 0.63% 0.74% -
XYZ 26.71 20.56 8.19 -
YUV 123.66 97.15 174.6 -
System Red Green Blue C M Y K H S L
Decimal 189 101 69 0 0.47 0.63 0.26 16 0.48 0.51
Hex BD 65 45 0 2F 3F 1A 10 30 33
Octal 275 145 105 0 57 77 32 20 60 63
Binary 10111101 1100101 1000101 0 101111 111111 11010 10000 110000 110011

Color Harmonies of #BD6545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6545

Black with #BD6545

Text Example


Text Example

White with #BD6545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6545; }

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

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

background-color css

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

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

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

border-color css

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

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

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