Html Css Color HEX #BB7074 Turkish Rose

📋 copy color: '#BB7074'

red 187 ◦ green 112 ◦ blue 116

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

Shades of Turkish Rose #BB7074

Tints of Turkish Rose #BB7074

RGB

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

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

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

R = 45.06%
G = 26.99%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BB7074 (or 0xBB7074) is known color: Turkish Rose. HEX triplet: BB, 70 and 74. RGB value is (187,112,116). Sum of RGB (Red+Green+Blue) = 187+112+116=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7074 is #448F8B. Grayscale: #868686. Windows color (decimal): -4493196 or 7631035. OLE color: 7631035.

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

Color convert

RGB 187 112 116 -
CMYK 0 0.40 0.38 0.27
HSL 356.8º 0.36% 0.59% -
HSV(B) 356.8º 0.4% 0.73% -
XYZ 29.44 23.41 19.49 -
YUV 134.88 117.35 165.17 -
System Red Green Blue C M Y K H S L
Decimal 187 112 116 0 0.40 0.38 0.27 356.8 0.36 0.59
Hex BB 70 74 0 28 26 1B 165 24 3B
Octal 273 160 164 0 50 46 33 545 44 73
Binary 10111011 1110000 1110100 0 101000 100110 11011 101100101 100100 111011

Color Harmonies of #BB7074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7074

Black with #BB7074

Text Example


Text Example

White with #BB7074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7074; }

 p { color: rgb(187,112,116); }

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

background-color css

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

 a { background-color: rgb(187,112,116); }

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

border-color css

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

 span { border-color: rgb(187,112,116); }

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