Html Css Color HEX #B06975 Turkish Rose

📋 copy color: '#B06975'

red 176 ◦ green 105 ◦ blue 117

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

Shades of Turkish Rose #B06975

Tints of Turkish Rose #B06975

RGB

 RED value IS 176 (69.14% from 255) = 44.22%

 GREEN value IS 105 (41.41% from 255) = 26.38%

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

R = 44.22%
G = 26.38%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B06975 (or 0xB06975) is known color: Turkish Rose. HEX triplet: B0, 69 and 75. RGB value is (176,105,117). Sum of RGB (Red+Green+Blue) = 176+105+117=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B06975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06975 is #4F968A. Grayscale: #7F7F7F. Windows color (decimal): -5215883 or 7694768. OLE color: 7694768.

HSL color Cylindrical-coordinate representation of color #B06975: hue angle of 349.86º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B06975 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 105 117 -
CMYK 0 0.40 0.34 0.31
HSL 349.86º 0.31% 0.55% -
HSV(B) 349.86º 0.4% 0.69% -
XYZ 26.17 20.62 19.43 -
YUV 127.6 122.02 162.52 -
System Red Green Blue C M Y K H S L
Decimal 176 105 117 0 0.40 0.34 0.31 349.86 0.31 0.55
Hex B0 69 75 0 28 22 1F 15E 1F 37
Octal 260 151 165 0 50 42 37 536 37 67
Binary 10110000 1101001 1110101 0 101000 100010 11111 101011110 11111 110111

Color Harmonies of #B06975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06975

Black with #B06975

Text Example


Text Example

White with #B06975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06975; }

 p { color: rgb(176,105,117); }

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

background-color css

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

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

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

border-color css

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

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

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