Html Css Color HEX #B4696D Turkish Rose

📋 copy color: '#B4696D'

red 180 ◦ green 105 ◦ blue 109

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

Shades of Turkish Rose #B4696D

Tints of Turkish Rose #B4696D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.66%

R = 45.69%
G = 26.65%
B = 27.66%

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

#B4696D (or 0xB4696D) is known color: Turkish Rose. HEX triplet: B4, 69 and 6D. RGB value is (180,105,109). Sum of RGB (Red+Green+Blue) = 180+105+109=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B4696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4696D is #4B9692. Grayscale: #7F7F7F. Windows color (decimal): -4953747 or 7170484. OLE color: 7170484.

HSL color Cylindrical-coordinate representation of color #B4696D: hue angle of 356.8º 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 #B4696D is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 105 109 -
CMYK 0 0.42 0.39 0.29
HSL 356.8º 0.33% 0.56% -
HSV(B) 356.8º 0.42% 0.71% -
XYZ 26.63 20.91 17.1 -
YUV 127.88 117.35 165.17 -
System Red Green Blue C M Y K H S L
Decimal 180 105 109 0 0.42 0.39 0.29 356.8 0.33 0.56
Hex B4 69 6D 0 2A 27 1D 165 21 38
Octal 264 151 155 0 52 47 35 545 41 70
Binary 10110100 1101001 1101101 0 101010 100111 11101 101100101 100001 111000

Color Harmonies of #B4696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4696D

Black with #B4696D

Text Example


Text Example

White with #B4696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4696D; }

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

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

background-color css

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

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

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

border-color css

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

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

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