Html Css Color HEX #BD645F Contessa

📋 copy color: '#BD645F'

red 189 ◦ green 100 ◦ blue 95

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

Shades of Contessa #BD645F

Tints of Contessa #BD645F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.04%

 BLUE value IS 95 (37.5% from 255) = 24.74%

R = 49.22%
G = 26.04%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD645F (or 0xBD645F) is known color: Contessa. HEX triplet: BD, 64 and 5F. RGB value is (189,100,95). Sum of RGB (Red+Green+Blue) = 189+100+95=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD645F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD645F is #429BA0. Grayscale: #7E7E7E. Windows color (decimal): -4365217 or 6251709. OLE color: 6251709.

HSL color Cylindrical-coordinate representation of color #BD645F: hue angle of 3.19º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD645F is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 100 95 -
CMYK 0 0.47 0.50 0.26
HSL 3.19º 0.42% 0.56% -
HSV(B) 3.19º 0.5% 0.74% -
XYZ 27.61 20.76 13.38 -
YUV 126.04 110.49 172.91 -
System Red Green Blue C M Y K H S L
Decimal 189 100 95 0 0.47 0.50 0.26 3.19 0.42 0.56
Hex BD 64 5F 0 2F 32 1A 3 2A 38
Octal 275 144 137 0 57 62 32 3 52 70
Binary 10111101 1100100 1011111 0 101111 110010 11010 11 101010 111000

Color Harmonies of #BD645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD645F

Black with #BD645F

Text Example


Text Example

White with #BD645F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD645F; }

 p { color: rgb(189,100,95); }

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

background-color css

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

 a { background-color: rgb(189,100,95); }

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

border-color css

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

 span { border-color: rgb(189,100,95); }

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