Html Css Color HEX #BB6572 Turkish Rose

📋 copy color: '#BB6572'

red 187 ◦ green 101 ◦ blue 114

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

Shades of Turkish Rose #BB6572

Tints of Turkish Rose #BB6572

RGB

 RED value IS 187 (73.44% from 255) = 46.52%

 GREEN value IS 101 (39.84% from 255) = 25.12%

 BLUE value IS 114 (44.92% from 255) = 28.36%

R = 46.52%
G = 25.12%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB6572 (or 0xBB6572) is known color: Turkish Rose. HEX triplet: BB, 65 and 72. RGB value is (187,101,114). Sum of RGB (Red+Green+Blue) = 187+101+114=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6572 is #449A8D. Grayscale: #808080. Windows color (decimal): -4496014 or 7497147. OLE color: 7497147.

HSL color Cylindrical-coordinate representation of color #BB6572: hue angle of 350.93º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB6572 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 101 114 -
CMYK 0 0.46 0.39 0.27
HSL 350.93º 0.39% 0.56% -
HSV(B) 350.93º 0.46% 0.73% -
XYZ 28.18 21.09 18.5 -
YUV 128.2 119.99 169.94 -
System Red Green Blue C M Y K H S L
Decimal 187 101 114 0 0.46 0.39 0.27 350.93 0.39 0.56
Hex BB 65 72 0 2E 27 1B 15F 27 38
Octal 273 145 162 0 56 47 33 537 47 70
Binary 10111011 1100101 1110010 0 101110 100111 11011 101011111 100111 111000

Color Harmonies of #BB6572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6572

Black with #BB6572

Text Example


Text Example

White with #BB6572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6572; }

 p { color: rgb(187,101,114); }

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

background-color css

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

 a { background-color: rgb(187,101,114); }

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

border-color css

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

 span { border-color: rgb(187,101,114); }

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