Html Css Color HEX #B56274 Turkish Rose

📋 copy color: '#B56274'

red 181 ◦ green 98 ◦ blue 116

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

Shades of Turkish Rose #B56274

Tints of Turkish Rose #B56274

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.81%

 BLUE value IS 116 (45.7% from 255) = 29.37%

R = 45.82%
G = 24.81%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B56274 (or 0xB56274) is known color: Turkish Rose. HEX triplet: B5, 62 and 74. RGB value is (181,98,116). Sum of RGB (Red+Green+Blue) = 181+98+116=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B56274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56274 is #4A9D8B. Grayscale: #7C7C7C. Windows color (decimal): -4889996 or 7627445. OLE color: 7627445.

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

Color convert

RGB 181 98 116 -
CMYK 0 0.46 0.36 0.29
HSL 346.99º 0.36% 0.55% -
HSV(B) 346.99º 0.46% 0.71% -
XYZ 26.58 19.82 18.95 -
YUV 124.87 123 168.04 -
System Red Green Blue C M Y K H S L
Decimal 181 98 116 0 0.46 0.36 0.29 346.99 0.36 0.55
Hex B5 62 74 0 2E 24 1D 15B 24 37
Octal 265 142 164 0 56 44 35 533 44 67
Binary 10110101 1100010 1110100 0 101110 100100 11101 101011011 100100 110111

Color Harmonies of #B56274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56274

Black with #B56274

Text Example


Text Example

White with #B56274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56274; }

 p { color: rgb(181,98,116); }

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

background-color css

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

 a { background-color: rgb(181,98,116); }

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

border-color css

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

 span { border-color: rgb(181,98,116); }

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