Html Css Color HEX #BB7277 Turkish Rose

📋 copy color: '#BB7277'

red 187 ◦ green 114 ◦ blue 119

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

Shades of Turkish Rose #BB7277

Tints of Turkish Rose #BB7277

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.14%

 BLUE value IS 119 (46.88% from 255) = 28.33%

R = 44.52%
G = 27.14%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB7277 (or 0xBB7277) is known color: Turkish Rose. HEX triplet: BB, 72 and 77. RGB value is (187,114,119). Sum of RGB (Red+Green+Blue) = 187+114+119=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7277 is #448D88. Grayscale: #888888. Windows color (decimal): -4492681 or 7828155. OLE color: 7828155.

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

Color convert

RGB 187 114 119 -
CMYK 0 0.39 0.36 0.27
HSL 355.89º 0.35% 0.59% -
HSV(B) 355.89º 0.39% 0.73% -
XYZ 29.84 23.93 20.5 -
YUV 136.4 118.18 164.09 -
System Red Green Blue C M Y K H S L
Decimal 187 114 119 0 0.39 0.36 0.27 355.89 0.35 0.59
Hex BB 72 77 0 27 24 1B 164 23 3B
Octal 273 162 167 0 47 44 33 544 43 73
Binary 10111011 1110010 1110111 0 100111 100100 11011 101100100 100011 111011

Color Harmonies of #BB7277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7277

Black with #BB7277

Text Example


Text Example

White with #BB7277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7277; }

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

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

background-color css

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

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

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

border-color css

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

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

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