Html Css Color HEX #B36F7A Turkish Rose

📋 copy color: '#B36F7A'

red 179 ◦ green 111 ◦ blue 122

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

Shades of Turkish Rose #B36F7A

Tints of Turkish Rose #B36F7A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.94%

 BLUE value IS 122 (48.05% from 255) = 29.61%

R = 43.45%
G = 26.94%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B36F7A (or 0xB36F7A) is known color: Turkish Rose. HEX triplet: B3, 6F and 7A. RGB value is (179,111,122). Sum of RGB (Red+Green+Blue) = 179+111+122=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36F7A is #4C9085. Grayscale: #848484. Windows color (decimal): -5017734 or 8023987. OLE color: 8023987.

HSL color Cylindrical-coordinate representation of color #B36F7A: hue angle of 350.29º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B36F7A is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 111 122 -
CMYK 0 0.38 0.32 0.30
HSL 350.29º 0.31% 0.57% -
HSV(B) 350.29º 0.38% 0.7% -
XYZ 27.79 22.36 21.26 -
YUV 132.59 122.03 161.11 -
System Red Green Blue C M Y K H S L
Decimal 179 111 122 0 0.38 0.32 0.30 350.29 0.31 0.57
Hex B3 6F 7A 0 26 20 1E 15E 1F 39
Octal 263 157 172 0 46 40 36 536 37 71
Binary 10110011 1101111 1111010 0 100110 100000 11110 101011110 11111 111001

Color Harmonies of #B36F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36F7A

Black with #B36F7A

Text Example


Text Example

White with #B36F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36F7A; }

 p { color: rgb(179,111,122); }

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

background-color css

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

 a { background-color: rgb(179,111,122); }

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

border-color css

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

 span { border-color: rgb(179,111,122); }

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