Html Css Color HEX #B8757A Turkish Rose

📋 copy color: '#B8757A'

red 184 ◦ green 117 ◦ blue 122

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

Shades of Turkish Rose #B8757A

Tints of Turkish Rose #B8757A

RGB

 RED value IS 184 (72.27% from 255) = 43.5%

 GREEN value IS 117 (46.09% from 255) = 27.66%

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

R = 43.5%
G = 27.66%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B8757A (or 0xB8757A) is known color: Turkish Rose. HEX triplet: B8, 75 and 7A. RGB value is (184,117,122). Sum of RGB (Red+Green+Blue) = 184+117+122=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8757A is #478A85. Grayscale: #898989. Windows color (decimal): -4688518 or 8025528. OLE color: 8025528.

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

Color convert

RGB 184 117 122 -
CMYK 0 0.36 0.34 0.28
HSL 355.52º 0.32% 0.59% -
HSV(B) 355.52º 0.36% 0.72% -
XYZ 29.64 24.32 21.54 -
YUV 137.6 119.2 161.09 -
System Red Green Blue C M Y K H S L
Decimal 184 117 122 0 0.36 0.34 0.28 355.52 0.32 0.59
Hex B8 75 7A 0 24 22 1C 164 20 3B
Octal 270 165 172 0 44 42 34 544 40 73
Binary 10111000 1110101 1111010 0 100100 100010 11100 101100100 100000 111011

Color Harmonies of #B8757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8757A

Black with #B8757A

Text Example


Text Example

White with #B8757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8757A; }

 p { color: rgb(184,117,122); }

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

background-color css

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

 a { background-color: rgb(184,117,122); }

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

border-color css

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

 span { border-color: rgb(184,117,122); }

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