Html Css Color HEX #BD675E Contessa

📋 copy color: '#BD675E'

red 189 ◦ green 103 ◦ blue 94

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

Shades of Contessa #BD675E

Tints of Contessa #BD675E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.68%

 BLUE value IS 94 (37.11% from 255) = 24.35%

R = 48.96%
G = 26.68%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD675E (or 0xBD675E) is known color: Contessa. HEX triplet: BD, 67 and 5E. RGB value is (189,103,94). Sum of RGB (Red+Green+Blue) = 189+103+94=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD675E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD675E is #4298A1. Grayscale: #7F7F7F. Windows color (decimal): -4364450 or 6186941. OLE color: 6186941.

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

Color convert

RGB 189 103 94 -
CMYK 0 0.46 0.50 0.26
HSL 5.68º 0.42% 0.55% -
HSV(B) 5.68º 0.5% 0.74% -
XYZ 27.86 21.33 13.24 -
YUV 127.69 108.99 171.73 -
System Red Green Blue C M Y K H S L
Decimal 189 103 94 0 0.46 0.50 0.26 5.68 0.42 0.55
Hex BD 67 5E 0 2E 32 1A 6 2A 37
Octal 275 147 136 0 56 62 32 6 52 67
Binary 10111101 1100111 1011110 0 101110 110010 11010 110 101010 110111

Color Harmonies of #BD675E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD675E

Black with #BD675E

Text Example


Text Example

White with #BD675E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD675E; }

 p { color: rgb(189,103,94); }

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

background-color css

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

 a { background-color: rgb(189,103,94); }

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

border-color css

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

 span { border-color: rgb(189,103,94); }

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