Html Css Color HEX #BB7375 Turkish Rose

📋 copy color: '#BB7375'

red 187 ◦ green 115 ◦ blue 117

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

Shades of Turkish Rose #BB7375

Tints of Turkish Rose #BB7375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.45%

 BLUE value IS 117 (46.09% from 255) = 27.92%

R = 44.63%
G = 27.45%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB7375 (or 0xBB7375) is known color: Turkish Rose. HEX triplet: BB, 73 and 75. RGB value is (187,115,117). Sum of RGB (Red+Green+Blue) = 187+115+117=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7375 is #448C8A. Grayscale: #888888. Windows color (decimal): -4492427 or 7697339. OLE color: 7697339.

HSL color Cylindrical-coordinate representation of color #BB7375: hue angle of 358.33º 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 #BB7375 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 115 117 -
CMYK 0 0.39 0.37 0.27
HSL 358.33º 0.35% 0.59% -
HSV(B) 358.33º 0.39% 0.73% -
XYZ 29.84 24.11 19.91 -
YUV 136.76 116.85 163.84 -
System Red Green Blue C M Y K H S L
Decimal 187 115 117 0 0.39 0.37 0.27 358.33 0.35 0.59
Hex BB 73 75 0 27 25 1B 166 23 3B
Octal 273 163 165 0 47 45 33 546 43 73
Binary 10111011 1110011 1110101 0 100111 100101 11011 101100110 100011 111011

Color Harmonies of #BB7375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7375

Black with #BB7375

Text Example


Text Example

White with #BB7375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7375; }

 p { color: rgb(187,115,117); }

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

background-color css

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

 a { background-color: rgb(187,115,117); }

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

border-color css

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

 span { border-color: rgb(187,115,117); }

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