Html Css Color HEX #B0707B Turkish Rose

📋 copy color: '#B0707B'

red 176 ◦ green 112 ◦ blue 123

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

Shades of Turkish Rose #B0707B

Tints of Turkish Rose #B0707B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.25%

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

R = 42.82%
G = 27.25%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0707B (or 0xB0707B) is known color: Turkish Rose. HEX triplet: B0, 70 and 7B. RGB value is (176,112,123). Sum of RGB (Red+Green+Blue) = 176+112+123=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B0707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0707B is #4F8F84. Grayscale: #848484. Windows color (decimal): -5214085 or 8089776. OLE color: 8089776.

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

Color convert

RGB 176 112 123 -
CMYK 0 0.36 0.30 0.31
HSL 349.69º 0.29% 0.56% -
HSV(B) 349.69º 0.36% 0.69% -
XYZ 27.27 22.25 21.6 -
YUV 132.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 176 112 123 0 0.36 0.30 0.31 349.69 0.29 0.56
Hex B0 70 7B 0 24 1E 1F 15E 1D 38
Octal 260 160 173 0 44 36 37 536 35 70
Binary 10110000 1110000 1111011 0 100100 11110 11111 101011110 11101 111000

Color Harmonies of #B0707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0707B

Black with #B0707B

Text Example


Text Example

White with #B0707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0707B; }

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

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

background-color css

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

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

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

border-color css

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

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

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