Html Css Color HEX #B4696E Turkish Rose

📋 copy color: '#B4696E'

red 180 ◦ green 105 ◦ blue 110

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

Shades of Turkish Rose #B4696E

Tints of Turkish Rose #B4696E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.58%

 BLUE value IS 110 (43.36% from 255) = 27.85%

R = 45.57%
G = 26.58%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B4696E (or 0xB4696E) is known color: Turkish Rose. HEX triplet: B4, 69 and 6E. RGB value is (180,105,110). Sum of RGB (Red+Green+Blue) = 180+105+110=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B4696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4696E is #4B9691. Grayscale: #808080. Windows color (decimal): -4953746 or 7236020. OLE color: 7236020.

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

Color convert

RGB 180 105 110 -
CMYK 0 0.42 0.39 0.29
HSL 356º 0.33% 0.56% -
HSV(B) 356º 0.42% 0.71% -
XYZ 26.69 20.93 17.39 -
YUV 128 117.85 165.09 -
System Red Green Blue C M Y K H S L
Decimal 180 105 110 0 0.42 0.39 0.29 356 0.33 0.56
Hex B4 69 6E 0 2A 27 1D 164 21 38
Octal 264 151 156 0 52 47 35 544 41 70
Binary 10110100 1101001 1101110 0 101010 100111 11101 101100100 100001 111000

Color Harmonies of #B4696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4696E

Black with #B4696E

Text Example


Text Example

White with #B4696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4696E; }

 p { color: rgb(180,105,110); }

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

background-color css

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

 a { background-color: rgb(180,105,110); }

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

border-color css

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

 span { border-color: rgb(180,105,110); }

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