Html Css Color HEX #B2767A Turkish Rose

📋 copy color: '#B2767A'

red 178 ◦ green 118 ◦ blue 122

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

Shades of Turkish Rose #B2767A

Tints of Turkish Rose #B2767A

RGB

 RED value IS 178 (69.92% from 255) = 42.58%

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

 BLUE value IS 122 (48.05% from 255) = 29.19%

R = 42.58%
G = 28.23%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2767A (or 0xB2767A) is known color: Turkish Rose. HEX triplet: B2, 76 and 7A. RGB value is (178,118,122). Sum of RGB (Red+Green+Blue) = 178+118+122=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B2767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2767A is #4D8985. Grayscale: #888888. Windows color (decimal): -5081478 or 8025778. OLE color: 8025778.

HSL color Cylindrical-coordinate representation of color #B2767A: hue angle of 356º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2767A is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 118 122 -
CMYK 0 0.34 0.31 0.30
HSL 356º 0.28% 0.58% -
HSV(B) 356º 0.34% 0.7% -
XYZ 28.35 23.83 21.52 -
YUV 136.4 119.88 157.67 -
System Red Green Blue C M Y K H S L
Decimal 178 118 122 0 0.34 0.31 0.30 356 0.28 0.58
Hex B2 76 7A 0 22 1F 1E 164 1C 3A
Octal 262 166 172 0 42 37 36 544 34 72
Binary 10110010 1110110 1111010 0 100010 11111 11110 101100100 11100 111010

Color Harmonies of #B2767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2767A

Black with #B2767A

Text Example


Text Example

White with #B2767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2767A; }

 p { color: rgb(178,118,122); }

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

background-color css

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

 a { background-color: rgb(178,118,122); }

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

border-color css

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

 span { border-color: rgb(178,118,122); }

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