Html Css Color HEX #BD736B Contessa

📋 copy color: '#BD736B'

red 189 ◦ green 115 ◦ blue 107

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

Shades of Contessa #BD736B

Tints of Contessa #BD736B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.98%

 BLUE value IS 107 (42.19% from 255) = 26.03%

R = 45.99%
G = 27.98%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD736B (or 0xBD736B) is known color: Contessa. HEX triplet: BD, 73 and 6B. RGB value is (189,115,107). Sum of RGB (Red+Green+Blue) = 189+115+107=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD736B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD736B is #428C94. Grayscale: #888888. Windows color (decimal): -4361365 or 7041981. OLE color: 7041981.

HSL color Cylindrical-coordinate representation of color #BD736B: hue angle of 5.85º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD736B is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 115 107 -
CMYK 0 0.39 0.43 0.26
HSL 5.85º 0.38% 0.58% -
HSV(B) 5.85º 0.43% 0.74% -
XYZ 29.77 24.14 17 -
YUV 136.21 111.52 165.65 -
System Red Green Blue C M Y K H S L
Decimal 189 115 107 0 0.39 0.43 0.26 5.85 0.38 0.58
Hex BD 73 6B 0 27 2B 1A 6 26 3A
Octal 275 163 153 0 47 53 32 6 46 72
Binary 10111101 1110011 1101011 0 100111 101011 11010 110 100110 111010

Color Harmonies of #BD736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD736B

Black with #BD736B

Text Example


Text Example

White with #BD736B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD736B; }

 p { color: rgb(189,115,107); }

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

background-color css

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

 a { background-color: rgb(189,115,107); }

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

border-color css

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

 span { border-color: rgb(189,115,107); }

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