Html Css Color HEX #B77075 Turkish Rose

📋 copy color: '#B77075'

red 183 ◦ green 112 ◦ blue 117

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

Shades of Turkish Rose #B77075

Tints of Turkish Rose #B77075

RGB

 RED value IS 183 (71.88% from 255) = 44.42%

 GREEN value IS 112 (44.14% from 255) = 27.18%

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

R = 44.42%
G = 27.18%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B77075 (or 0xB77075) is known color: Turkish Rose. HEX triplet: B7, 70 and 75. RGB value is (183,112,117). Sum of RGB (Red+Green+Blue) = 183+112+117=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B77075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77075 is #488F8A. Grayscale: #858585. Windows color (decimal): -4755339 or 7696567. OLE color: 7696567.

HSL color Cylindrical-coordinate representation of color #B77075: hue angle of 355.77º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B77075 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 112 117 -
CMYK 0 0.39 0.36 0.28
HSL 355.77º 0.33% 0.58% -
HSV(B) 355.77º 0.39% 0.72% -
XYZ 28.53 22.94 19.75 -
YUV 133.8 118.52 163.09 -
System Red Green Blue C M Y K H S L
Decimal 183 112 117 0 0.39 0.36 0.28 355.77 0.33 0.58
Hex B7 70 75 0 27 24 1C 164 21 3A
Octal 267 160 165 0 47 44 34 544 41 72
Binary 10110111 1110000 1110101 0 100111 100100 11100 101100100 100001 111010

Color Harmonies of #B77075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77075

Black with #B77075

Text Example


Text Example

White with #B77075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77075; }

 p { color: rgb(183,112,117); }

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

background-color css

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

 a { background-color: rgb(183,112,117); }

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

border-color css

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

 span { border-color: rgb(183,112,117); }

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