Html Css Color HEX #B77072 Turkish Rose

📋 copy color: '#B77072'

red 183 ◦ green 112 ◦ blue 114

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

Shades of Turkish Rose #B77072

Tints of Turkish Rose #B77072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.87%

R = 44.74%
G = 27.38%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B77072 (or 0xB77072) is known color: Turkish Rose. HEX triplet: B7, 70 and 72. RGB value is (183,112,114). Sum of RGB (Red+Green+Blue) = 183+112+114=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B77072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77072 is #488F8D. Grayscale: #858585. Windows color (decimal): -4755342 or 7499959. OLE color: 7499959.

HSL color Cylindrical-coordinate representation of color #B77072: hue angle of 358.31º 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 #B77072 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 112 114 -
CMYK 0 0.39 0.38 0.28
HSL 358.31º 0.33% 0.58% -
HSV(B) 358.31º 0.39% 0.72% -
XYZ 28.36 22.87 18.84 -
YUV 133.46 117.02 163.34 -
System Red Green Blue C M Y K H S L
Decimal 183 112 114 0 0.39 0.38 0.28 358.31 0.33 0.58
Hex B7 70 72 0 27 26 1C 166 21 3A
Octal 267 160 162 0 47 46 34 546 41 72
Binary 10110111 1110000 1110010 0 100111 100110 11100 101100110 100001 111010

Color Harmonies of #B77072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77072

Black with #B77072

Text Example


Text Example

White with #B77072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77072; }

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

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

background-color css

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

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

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

border-color css

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

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

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