Html Css Color HEX #B4797D Turkish Rose

📋 copy color: '#B4797D'

red 180 ◦ green 121 ◦ blue 125

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

Shades of Turkish Rose #B4797D

Tints of Turkish Rose #B4797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.4%

 BLUE value IS 125 (49.22% from 255) = 29.34%

R = 42.25%
G = 28.4%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4797D (or 0xB4797D) is known color: Turkish Rose. HEX triplet: B4, 79 and 7D. RGB value is (180,121,125). Sum of RGB (Red+Green+Blue) = 180+121+125=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B4797D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4797D is #4B8682. Grayscale: #8B8B8B. Windows color (decimal): -4949635 or 8223156. OLE color: 8223156.

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

Color convert

RGB 180 121 125 -
CMYK 0 0.33 0.31 0.29
HSL 355.93º 0.28% 0.59% -
HSV(B) 355.93º 0.33% 0.71% -
XYZ 29.36 24.86 22.65 -
YUV 139.1 120.05 157.17 -
System Red Green Blue C M Y K H S L
Decimal 180 121 125 0 0.33 0.31 0.29 355.93 0.28 0.59
Hex B4 79 7D 0 21 1F 1D 164 1C 3B
Octal 264 171 175 0 41 37 35 544 34 73
Binary 10110100 1111001 1111101 0 100001 11111 11101 101100100 11100 111011

Color Harmonies of #B4797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4797D

Black with #B4797D

Text Example


Text Example

White with #B4797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4797D; }

 p { color: rgb(180,121,125); }

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

background-color css

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

 a { background-color: rgb(180,121,125); }

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

border-color css

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

 span { border-color: rgb(180,121,125); }

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