Html Css Color HEX #B07679 Turkish Rose

📋 copy color: '#B07679'

red 176 ◦ green 118 ◦ blue 121

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

Shades of Turkish Rose #B07679

Tints of Turkish Rose #B07679

RGB

 RED value IS 176 (69.14% from 255) = 42.41%

 GREEN value IS 118 (46.48% from 255) = 28.43%

 BLUE value IS 121 (47.66% from 255) = 29.16%

R = 42.41%
G = 28.43%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B07679 (or 0xB07679) is known color: Turkish Rose. HEX triplet: B0, 76 and 79. RGB value is (176,118,121). Sum of RGB (Red+Green+Blue) = 176+118+121=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B07679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07679 is #4F8986. Grayscale: #878787. Windows color (decimal): -5212551 or 7960240. OLE color: 7960240.

HSL color Cylindrical-coordinate representation of color #B07679: hue angle of 356.9º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B07679 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 118 121 -
CMYK 0 0.33 0.31 0.31
HSL 356.9º 0.27% 0.58% -
HSV(B) 356.9º 0.33% 0.69% -
XYZ 27.83 23.57 21.17 -
YUV 135.68 119.72 156.76 -
System Red Green Blue C M Y K H S L
Decimal 176 118 121 0 0.33 0.31 0.31 356.9 0.27 0.58
Hex B0 76 79 0 21 1F 1F 165 1B 3A
Octal 260 166 171 0 41 37 37 545 33 72
Binary 10110000 1110110 1111001 0 100001 11111 11111 101100101 11011 111010

Color Harmonies of #B07679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07679

Black with #B07679

Text Example


Text Example

White with #B07679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07679; }

 p { color: rgb(176,118,121); }

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

background-color css

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

 a { background-color: rgb(176,118,121); }

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

border-color css

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

 span { border-color: rgb(176,118,121); }

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