Html Css Color HEX #BB676B Turkish Rose

📋 copy color: '#BB676B'

red 187 ◦ green 103 ◦ blue 107

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

Shades of Turkish Rose #BB676B

Tints of Turkish Rose #BB676B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.94%

 BLUE value IS 107 (42.19% from 255) = 26.95%

R = 47.1%
G = 25.94%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB676B (or 0xBB676B) is known color: Turkish Rose. HEX triplet: BB, 67 and 6B. RGB value is (187,103,107). Sum of RGB (Red+Green+Blue) = 187+103+107=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB676B is #449894. Grayscale: #808080. Windows color (decimal): -4495509 or 7038907. OLE color: 7038907.

HSL color Cylindrical-coordinate representation of color #BB676B: hue angle of 357.14º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB676B is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 103 107 -
CMYK 0 0.45 0.43 0.27
HSL 357.14º 0.38% 0.57% -
HSV(B) 357.14º 0.45% 0.73% -
XYZ 28 21.33 16.55 -
YUV 128.57 115.83 169.67 -
System Red Green Blue C M Y K H S L
Decimal 187 103 107 0 0.45 0.43 0.27 357.14 0.38 0.57
Hex BB 67 6B 0 2D 2B 1B 165 26 39
Octal 273 147 153 0 55 53 33 545 46 71
Binary 10111011 1100111 1101011 0 101101 101011 11011 101100101 100110 111001

Color Harmonies of #BB676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB676B

Black with #BB676B

Text Example


Text Example

White with #BB676B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB676B; }

 p { color: rgb(187,103,107); }

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

background-color css

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

 a { background-color: rgb(187,103,107); }

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

border-color css

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

 span { border-color: rgb(187,103,107); }

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