Html Css Color HEX #B06774 Turkish Rose

📋 copy color: '#B06774'

red 176 ◦ green 103 ◦ blue 116

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

Shades of Turkish Rose #B06774

Tints of Turkish Rose #B06774

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.08%

 BLUE value IS 116 (45.7% from 255) = 29.37%

R = 44.56%
G = 26.08%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B06774 (or 0xB06774) is known color: Turkish Rose. HEX triplet: B0, 67 and 74. RGB value is (176,103,116). Sum of RGB (Red+Green+Blue) = 176+103+116=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B06774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06774 is #4F988B. Grayscale: #7E7E7E. Windows color (decimal): -5216396 or 7628720. OLE color: 7628720.

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

Color convert

RGB 176 103 116 -
CMYK 0 0.41 0.34 0.31
HSL 349.32º 0.32% 0.55% -
HSV(B) 349.32º 0.41% 0.69% -
XYZ 25.91 20.19 19.05 -
YUV 126.31 122.18 163.44 -
System Red Green Blue C M Y K H S L
Decimal 176 103 116 0 0.41 0.34 0.31 349.32 0.32 0.55
Hex B0 67 74 0 29 22 1F 15D 20 37
Octal 260 147 164 0 51 42 37 535 40 67
Binary 10110000 1100111 1110100 0 101001 100010 11111 101011101 100000 110111

Color Harmonies of #B06774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06774

Black with #B06774

Text Example


Text Example

White with #B06774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06774; }

 p { color: rgb(176,103,116); }

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

background-color css

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

 a { background-color: rgb(176,103,116); }

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

border-color css

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

 span { border-color: rgb(176,103,116); }

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