Html Css Color HEX #B47274 Turkish Rose

📋 copy color: '#B47274'

red 180 ◦ green 114 ◦ blue 116

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

Shades of Turkish Rose #B47274

Tints of Turkish Rose #B47274

RGB

 RED value IS 180 (70.7% from 255) = 43.9%

 GREEN value IS 114 (44.92% from 255) = 27.8%

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

R = 43.9%
G = 27.8%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B47274 (or 0xB47274) is known color: Turkish Rose. HEX triplet: B4, 72 and 74. RGB value is (180,114,116). Sum of RGB (Red+Green+Blue) = 180+114+116=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B47274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47274 is #4B8D8B. Grayscale: #868686. Windows color (decimal): -4951436 or 7631540. OLE color: 7631540.

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

Color convert

RGB 180 114 116 -
CMYK 0 0.37 0.36 0.29
HSL 358.18º 0.31% 0.58% -
HSV(B) 358.18º 0.37% 0.71% -
XYZ 27.99 23 19.49 -
YUV 133.96 117.87 160.84 -
System Red Green Blue C M Y K H S L
Decimal 180 114 116 0 0.37 0.36 0.29 358.18 0.31 0.58
Hex B4 72 74 0 25 24 1D 166 1F 3A
Octal 264 162 164 0 45 44 35 546 37 72
Binary 10110100 1110010 1110100 0 100101 100100 11101 101100110 11111 111010

Color Harmonies of #B47274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47274

Black with #B47274

Text Example


Text Example

White with #B47274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47274; }

 p { color: rgb(180,114,116); }

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

background-color css

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

 a { background-color: rgb(180,114,116); }

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

border-color css

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

 span { border-color: rgb(180,114,116); }

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