Html Css Color HEX #B4767B Turkish Rose

📋 copy color: '#B4767B'

red 180 ◦ green 118 ◦ blue 123

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

Shades of Turkish Rose #B4767B

Tints of Turkish Rose #B4767B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.03%

 BLUE value IS 123 (48.44% from 255) = 29.22%

R = 42.76%
G = 28.03%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B4767B (or 0xB4767B) is known color: Turkish Rose. HEX triplet: B4, 76 and 7B. RGB value is (180,118,123). Sum of RGB (Red+Green+Blue) = 180+118+123=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B4767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4767B is #4B8984. Grayscale: #898989. Windows color (decimal): -4950405 or 8091316. OLE color: 8091316.

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

Color convert

RGB 180 118 123 -
CMYK 0 0.34 0.32 0.29
HSL 355.16º 0.29% 0.58% -
HSV(B) 355.16º 0.34% 0.71% -
XYZ 28.88 24.09 21.87 -
YUV 137.11 120.04 158.59 -
System Red Green Blue C M Y K H S L
Decimal 180 118 123 0 0.34 0.32 0.29 355.16 0.29 0.58
Hex B4 76 7B 0 22 20 1D 163 1D 3A
Octal 264 166 173 0 42 40 35 543 35 72
Binary 10110100 1110110 1111011 0 100010 100000 11101 101100011 11101 111010

Color Harmonies of #B4767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4767B

Black with #B4767B

Text Example


Text Example

White with #B4767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4767B; }

 p { color: rgb(180,118,123); }

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

background-color css

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

 a { background-color: rgb(180,118,123); }

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

border-color css

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

 span { border-color: rgb(180,118,123); }

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