Html Css Color HEX #B06F7B Turkish Rose

📋 copy color: '#B06F7B'

red 176 ◦ green 111 ◦ blue 123

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

Shades of Turkish Rose #B06F7B

Tints of Turkish Rose #B06F7B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.07%

 BLUE value IS 123 (48.44% from 255) = 30%

R = 42.93%
G = 27.07%
B = 30%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B06F7B (or 0xB06F7B) is known color: Turkish Rose. HEX triplet: B0, 6F and 7B. RGB value is (176,111,123). Sum of RGB (Red+Green+Blue) = 176+111+123=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F7B is #4F9084. Grayscale: #838383. Windows color (decimal): -5214341 or 8089520. OLE color: 8089520.

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

Color convert

RGB 176 111 123 -
CMYK 0 0.37 0.30 0.31
HSL 348.92º 0.29% 0.56% -
HSV(B) 348.92º 0.37% 0.69% -
XYZ 27.16 22.03 21.56 -
YUV 131.8 123.03 159.52 -
System Red Green Blue C M Y K H S L
Decimal 176 111 123 0 0.37 0.30 0.31 348.92 0.29 0.56
Hex B0 6F 7B 0 25 1E 1F 15D 1D 38
Octal 260 157 173 0 45 36 37 535 35 70
Binary 10110000 1101111 1111011 0 100101 11110 11111 101011101 11101 111000

Color Harmonies of #B06F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F7B

Black with #B06F7B

Text Example


Text Example

White with #B06F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F7B; }

 p { color: rgb(176,111,123); }

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

background-color css

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

 a { background-color: rgb(176,111,123); }

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

border-color css

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

 span { border-color: rgb(176,111,123); }

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