Html Css Color HEX #B9767A Turkish Rose

📋 copy color: '#B9767A'

red 185 ◦ green 118 ◦ blue 122

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

Shades of Turkish Rose #B9767A

Tints of Turkish Rose #B9767A

RGB

 RED value IS 185 (72.66% from 255) = 43.53%

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

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

R = 43.53%
G = 27.76%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9767A (or 0xB9767A) is known color: Turkish Rose. HEX triplet: B9, 76 and 7A. RGB value is (185,118,122). Sum of RGB (Red+Green+Blue) = 185+118+122=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9767A is #468985. Grayscale: #8A8A8A. Windows color (decimal): -4622726 or 8025785. OLE color: 8025785.

HSL color Cylindrical-coordinate representation of color #B9767A: hue angle of 356.42º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9767A is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 118 122 -
CMYK 0 0.36 0.34 0.27
HSL 356.42º 0.32% 0.59% -
HSV(B) 356.42º 0.36% 0.73% -
XYZ 30 24.68 21.59 -
YUV 138.49 118.7 161.17 -
System Red Green Blue C M Y K H S L
Decimal 185 118 122 0 0.36 0.34 0.27 356.42 0.32 0.59
Hex B9 76 7A 0 24 22 1B 164 20 3B
Octal 271 166 172 0 44 42 33 544 40 73
Binary 10111001 1110110 1111010 0 100100 100010 11011 101100100 100000 111011

Color Harmonies of #B9767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9767A

Black with #B9767A

Text Example


Text Example

White with #B9767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9767A; }

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

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

background-color css

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

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

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

border-color css

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

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

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