Html Css Color HEX #B67575 Contessa

📋 copy color: '#B67575'

red 182 ◦ green 117 ◦ blue 117

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

Shades of Contessa #B67575

Tints of Contessa #B67575

RGB

 RED value IS 182 (71.48% from 255) = 43.75%

 GREEN value IS 117 (46.09% from 255) = 28.13%

 BLUE value IS 117 (46.09% from 255) = 28.13%

R = 43.75%
G = 28.13%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B67575 (or 0xB67575) is known color: Contessa. HEX triplet: B6, 75 and 75. RGB value is (182,117,117). Sum of RGB (Red+Green+Blue) = 182+117+117=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B67575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67575 is #498A8A. Grayscale: #888888. Windows color (decimal): -4819595 or 7697846. OLE color: 7697846.

HSL color Cylindrical-coordinate representation of color #B67575: hue angle of 0º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B67575 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 117 117 -
CMYK 0 0.36 0.36 0.29
HSL 0.31% 0.59% -
HSV(B) 0.36% 0.71% -
XYZ 28.86 23.95 19.93 -
YUV 136.44 117.03 160.5 -
System Red Green Blue C M Y K H S L
Decimal 182 117 117 0 0.36 0.36 0.29 0 0.31 0.59
Hex B6 75 75 0 24 24 1D 0 1F 3B
Octal 266 165 165 0 44 44 35 0 37 73
Binary 10110110 1110101 1110101 0 100100 100100 11101 0 11111 111011

Color Harmonies of #B67575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67575

Black with #B67575

Text Example


Text Example

White with #B67575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67575; }

 p { color: rgb(182,117,117); }

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

background-color css

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

 a { background-color: rgb(182,117,117); }

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

border-color css

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

 span { border-color: rgb(182,117,117); }

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