Html Css Color HEX #B5737B Turkish Rose

📋 copy color: '#B5737B'

red 181 ◦ green 115 ◦ blue 123

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

Shades of Turkish Rose #B5737B

Tints of Turkish Rose #B5737B

RGB

 RED value IS 181 (71.09% from 255) = 43.2%

 GREEN value IS 115 (45.31% from 255) = 27.45%

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

R = 43.2%
G = 27.45%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5737B (or 0xB5737B) is known color: Turkish Rose. HEX triplet: B5, 73 and 7B. RGB value is (181,115,123). Sum of RGB (Red+Green+Blue) = 181+115+123=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B5737B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5737B is #4A8C84. Grayscale: #878787. Windows color (decimal): -4885637 or 8090549. OLE color: 8090549.

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

Color convert

RGB 181 115 123 -
CMYK 0 0.36 0.32 0.29
HSL 352.73º 0.31% 0.58% -
HSV(B) 352.73º 0.36% 0.71% -
XYZ 28.76 23.52 21.76 -
YUV 135.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 181 115 123 0 0.36 0.32 0.29 352.73 0.31 0.58
Hex B5 73 7B 0 24 20 1D 161 1F 3A
Octal 265 163 173 0 44 40 35 541 37 72
Binary 10110101 1110011 1111011 0 100100 100000 11101 101100001 11111 111010

Color Harmonies of #B5737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5737B

Black with #B5737B

Text Example


Text Example

White with #B5737B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5737B; }

 p { color: rgb(181,115,123); }

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

background-color css

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

 a { background-color: rgb(181,115,123); }

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

border-color css

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

 span { border-color: rgb(181,115,123); }

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