Html Css Color HEX #B07076 Turkish Rose

📋 copy color: '#B07076'

red 176 ◦ green 112 ◦ blue 118

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

Shades of Turkish Rose #B07076

Tints of Turkish Rose #B07076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.06%

R = 43.35%
G = 27.59%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B07076 (or 0xB07076) is known color: Turkish Rose. HEX triplet: B0, 70 and 76. RGB value is (176,112,118). Sum of RGB (Red+Green+Blue) = 176+112+118=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B07076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07076 is #4F8F89. Grayscale: #838383. Windows color (decimal): -5214090 or 7762096. OLE color: 7762096.

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

Color convert

RGB 176 112 118 -
CMYK 0 0.36 0.33 0.31
HSL 354.38º 0.29% 0.56% -
HSV(B) 354.38º 0.36% 0.69% -
XYZ 26.97 22.13 19.99 -
YUV 131.82 120.2 159.51 -
System Red Green Blue C M Y K H S L
Decimal 176 112 118 0 0.36 0.33 0.31 354.38 0.29 0.56
Hex B0 70 76 0 24 21 1F 162 1D 38
Octal 260 160 166 0 44 41 37 542 35 70
Binary 10110000 1110000 1110110 0 100100 100001 11111 101100010 11101 111000

Color Harmonies of #B07076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07076

Black with #B07076

Text Example


Text Example

White with #B07076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07076; }

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

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

background-color css

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

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

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

border-color css

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

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

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