Html Css Color HEX #B4686D Turkish Rose

📋 copy color: '#B4686D'

red 180 ◦ green 104 ◦ blue 109

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

Shades of Turkish Rose #B4686D

Tints of Turkish Rose #B4686D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.46%

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

R = 45.8%
G = 26.46%
B = 27.74%

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

#B4686D (or 0xB4686D) is known color: Turkish Rose. HEX triplet: B4, 68 and 6D. RGB value is (180,104,109). Sum of RGB (Red+Green+Blue) = 180+104+109=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B4686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4686D is #4B9792. Grayscale: #7F7F7F. Windows color (decimal): -4954003 or 7170228. OLE color: 7170228.

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

Color convert

RGB 180 104 109 -
CMYK 0 0.42 0.39 0.29
HSL 356.05º 0.34% 0.56% -
HSV(B) 356.05º 0.42% 0.71% -
XYZ 26.53 20.71 17.07 -
YUV 127.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 180 104 109 0 0.42 0.39 0.29 356.05 0.34 0.56
Hex B4 68 6D 0 2A 27 1D 164 22 38
Octal 264 150 155 0 52 47 35 544 42 70
Binary 10110100 1101000 1101101 0 101010 100111 11101 101100100 100010 111000

Color Harmonies of #B4686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4686D

Black with #B4686D

Text Example


Text Example

White with #B4686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4686D; }

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

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

background-color css

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

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

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

border-color css

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

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

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