Html Css Color HEX #B36875 Turkish Rose

📋 copy color: '#B36875'

red 179 ◦ green 104 ◦ blue 117

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

Shades of Turkish Rose #B36875

Tints of Turkish Rose #B36875

RGB

 RED value IS 179 (70.31% from 255) = 44.75%

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

 BLUE value IS 117 (46.09% from 255) = 29.25%

R = 44.75%
G = 26%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B36875 (or 0xB36875) is known color: Turkish Rose. HEX triplet: B3, 68 and 75. RGB value is (179,104,117). Sum of RGB (Red+Green+Blue) = 179+104+117=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B36875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36875 is #4C978A. Grayscale: #7F7F7F. Windows color (decimal): -5019531 or 7694515. OLE color: 7694515.

HSL color Cylindrical-coordinate representation of color #B36875: hue angle of 349.6º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B36875 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 104 117 -
CMYK 0 0.42 0.35 0.30
HSL 349.6º 0.33% 0.55% -
HSV(B) 349.6º 0.42% 0.7% -
XYZ 26.75 20.77 19.43 -
YUV 127.91 121.85 164.44 -
System Red Green Blue C M Y K H S L
Decimal 179 104 117 0 0.42 0.35 0.30 349.6 0.33 0.55
Hex B3 68 75 0 2A 23 1E 15E 21 37
Octal 263 150 165 0 52 43 36 536 41 67
Binary 10110011 1101000 1110101 0 101010 100011 11110 101011110 100001 110111

Color Harmonies of #B36875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36875

Black with #B36875

Text Example


Text Example

White with #B36875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36875; }

 p { color: rgb(179,104,117); }

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

background-color css

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

 a { background-color: rgb(179,104,117); }

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

border-color css

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

 span { border-color: rgb(179,104,117); }

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