Html Css Color HEX #BB676E Turkish Rose

📋 copy color: '#BB676E'

red 187 ◦ green 103 ◦ blue 110

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

Shades of Turkish Rose #BB676E

Tints of Turkish Rose #BB676E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.5%

R = 46.75%
G = 25.75%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB676E (or 0xBB676E) is known color: Turkish Rose. HEX triplet: BB, 67 and 6E. RGB value is (187,103,110). Sum of RGB (Red+Green+Blue) = 187+103+110=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB676E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB676E is #449891. Grayscale: #808080. Windows color (decimal): -4495506 or 7235515. OLE color: 7235515.

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

Color convert

RGB 187 103 110 -
CMYK 0 0.45 0.41 0.27
HSL 355º 0.38% 0.57% -
HSV(B) 355º 0.45% 0.73% -
XYZ 28.16 21.39 17.4 -
YUV 128.91 117.33 169.43 -
System Red Green Blue C M Y K H S L
Decimal 187 103 110 0 0.45 0.41 0.27 355 0.38 0.57
Hex BB 67 6E 0 2D 29 1B 163 26 39
Octal 273 147 156 0 55 51 33 543 46 71
Binary 10111011 1100111 1101110 0 101101 101001 11011 101100011 100110 111001

Color Harmonies of #BB676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB676E

Black with #BB676E

Text Example


Text Example

White with #BB676E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB676E; }

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

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

background-color css

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

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

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

border-color css

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

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

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