Html Css Color HEX #B06674 Turkish Rose

📋 copy color: '#B06674'

red 176 ◦ green 102 ◦ blue 116

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

Shades of Turkish Rose #B06674

Tints of Turkish Rose #B06674

RGB

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

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

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

R = 44.67%
G = 25.89%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B06674 (or 0xB06674) is known color: Turkish Rose. HEX triplet: B0, 66 and 74. RGB value is (176,102,116). Sum of RGB (Red+Green+Blue) = 176+102+116=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B06674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06674 is #4F998B. Grayscale: #7D7D7D. Windows color (decimal): -5216652 or 7628464. OLE color: 7628464.

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

Color convert

RGB 176 102 116 -
CMYK 0 0.42 0.34 0.31
HSL 348.65º 0.32% 0.55% -
HSV(B) 348.65º 0.42% 0.69% -
XYZ 25.81 19.99 19.02 -
YUV 125.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 176 102 116 0 0.42 0.34 0.31 348.65 0.32 0.55
Hex B0 66 74 0 2A 22 1F 15D 20 37
Octal 260 146 164 0 52 42 37 535 40 67
Binary 10110000 1100110 1110100 0 101010 100010 11111 101011101 100000 110111

Color Harmonies of #B06674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06674

Black with #B06674

Text Example


Text Example

White with #B06674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06674; }

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

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

background-color css

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

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

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

border-color css

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

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

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