Html Css Color HEX #B76670 Turkish Rose

📋 copy color: '#B76670'

red 183 ◦ green 102 ◦ blue 112

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

Shades of Turkish Rose #B76670

Tints of Turkish Rose #B76670

RGB

 RED value IS 183 (71.88% from 255) = 46.1%

 GREEN value IS 102 (40.23% from 255) = 25.69%

 BLUE value IS 112 (44.14% from 255) = 28.21%

R = 46.1%
G = 25.69%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B76670 (or 0xB76670) is known color: Turkish Rose. HEX triplet: B7, 66 and 70. RGB value is (183,102,112). Sum of RGB (Red+Green+Blue) = 183+102+112=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B76670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76670 is #48998F. Grayscale: #7F7F7F. Windows color (decimal): -4757904 or 7366327. OLE color: 7366327.

HSL color Cylindrical-coordinate representation of color #B76670: hue angle of 352.59º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B76670 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 102 112 -
CMYK 0 0.44 0.39 0.28
HSL 352.59º 0.36% 0.56% -
HSV(B) 352.59º 0.44% 0.72% -
XYZ 27.2 20.74 17.9 -
YUV 127.36 119.34 167.69 -
System Red Green Blue C M Y K H S L
Decimal 183 102 112 0 0.44 0.39 0.28 352.59 0.36 0.56
Hex B7 66 70 0 2C 27 1C 161 24 38
Octal 267 146 160 0 54 47 34 541 44 70
Binary 10110111 1100110 1110000 0 101100 100111 11100 101100001 100100 111000

Color Harmonies of #B76670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76670

Black with #B76670

Text Example


Text Example

White with #B76670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76670; }

 p { color: rgb(183,102,112); }

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

background-color css

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

 a { background-color: rgb(183,102,112); }

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

border-color css

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

 span { border-color: rgb(183,102,112); }

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