Html Css Color HEX #B36675 Turkish Rose

📋 copy color: '#B36675'

red 179 ◦ green 102 ◦ blue 117

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

Shades of Turkish Rose #B36675

Tints of Turkish Rose #B36675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.63%

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

R = 44.97%
G = 25.63%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B36675 (or 0xB36675) is known color: Turkish Rose. HEX triplet: B3, 66 and 75. RGB value is (179,102,117). Sum of RGB (Red+Green+Blue) = 179+102+117=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B36675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36675 is #4C998A. Grayscale: #7E7E7E. Windows color (decimal): -5020043 or 7694003. OLE color: 7694003.

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

Color convert

RGB 179 102 117 -
CMYK 0 0.43 0.35 0.30
HSL 348.31º 0.34% 0.55% -
HSV(B) 348.31º 0.43% 0.7% -
XYZ 26.55 20.37 19.36 -
YUV 126.73 122.51 165.28 -
System Red Green Blue C M Y K H S L
Decimal 179 102 117 0 0.43 0.35 0.30 348.31 0.34 0.55
Hex B3 66 75 0 2B 23 1E 15C 22 37
Octal 263 146 165 0 53 43 36 534 42 67
Binary 10110011 1100110 1110101 0 101011 100011 11110 101011100 100010 110111

Color Harmonies of #B36675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36675

Black with #B36675

Text Example


Text Example

White with #B36675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36675; }

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

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

background-color css

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

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

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

border-color css

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

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

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