Html Css Color HEX #B4666B Turkish Rose

📋 copy color: '#B4666B'

red 180 ◦ green 102 ◦ blue 107

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

Shades of Turkish Rose #B4666B

Tints of Turkish Rose #B4666B

RGB

 RED value IS 180 (70.7% from 255) = 46.27%

 GREEN value IS 102 (40.23% from 255) = 26.22%

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

R = 46.27%
G = 26.22%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B4666B (or 0xB4666B) is known color: Turkish Rose. HEX triplet: B4, 66 and 6B. RGB value is (180,102,107). Sum of RGB (Red+Green+Blue) = 180+102+107=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B4666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4666B is #4B9994. Grayscale: #7D7D7D. Windows color (decimal): -4954517 or 7038644. OLE color: 7038644.

HSL color Cylindrical-coordinate representation of color #B4666B: hue angle of 356.15º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4666B is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 102 107 -
CMYK 0 0.43 0.41 0.29
HSL 356.15º 0.34% 0.55% -
HSV(B) 356.15º 0.43% 0.71% -
XYZ 26.23 20.27 16.44 -
YUV 125.89 117.34 166.59 -
System Red Green Blue C M Y K H S L
Decimal 180 102 107 0 0.43 0.41 0.29 356.15 0.34 0.55
Hex B4 66 6B 0 2B 29 1D 164 22 37
Octal 264 146 153 0 53 51 35 544 42 67
Binary 10110100 1100110 1101011 0 101011 101001 11101 101100100 100010 110111

Color Harmonies of #B4666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4666B

Black with #B4666B

Text Example


Text Example

White with #B4666B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4666B; }

 p { color: rgb(180,102,107); }

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

background-color css

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

 a { background-color: rgb(180,102,107); }

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

border-color css

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

 span { border-color: rgb(180,102,107); }

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