Html Css Color HEX #BD6345 Flame Pea

📋 copy color: '#BD6345'

red 189 ◦ green 99 ◦ blue 69

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

Shades of Flame Pea #BD6345

Tints of Flame Pea #BD6345

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.73%

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

R = 52.94%
G = 27.73%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD6345 (or 0xBD6345) is known color: Flame Pea. HEX triplet: BD, 63 and 45. RGB value is (189,99,69). Sum of RGB (Red+Green+Blue) = 189+99+69=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6345 is #429CBA. Grayscale: #7A7A7A. Windows color (decimal): -4365499 or 4547517. OLE color: 4547517.

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

Color convert

RGB 189 99 69 -
CMYK 0 0.48 0.63 0.26
HSL 15º 0.48% 0.51% -
HSV(B) 15º 0.63% 0.74% -
XYZ 26.52 20.17 8.13 -
YUV 122.49 97.82 175.44 -
System Red Green Blue C M Y K H S L
Decimal 189 99 69 0 0.48 0.63 0.26 15 0.48 0.51
Hex BD 63 45 0 30 3F 1A F 30 33
Octal 275 143 105 0 60 77 32 17 60 63
Binary 10111101 1100011 1000101 0 110000 111111 11010 1111 110000 110011

Color Harmonies of #BD6345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6345

Black with #BD6345

Text Example


Text Example

White with #BD6345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6345; }

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

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

background-color css

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

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

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

border-color css

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

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

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