Html Css Color HEX #B07073 Turkish Rose

📋 copy color: '#B07073'

red 176 ◦ green 112 ◦ blue 115

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

Shades of Turkish Rose #B07073

Tints of Turkish Rose #B07073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.54%

R = 43.67%
G = 27.79%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B07073 (or 0xB07073) is known color: Turkish Rose. HEX triplet: B0, 70 and 73. RGB value is (176,112,115). Sum of RGB (Red+Green+Blue) = 176+112+115=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B07073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07073 is #4F8F8C. Grayscale: #838383. Windows color (decimal): -5214093 or 7565488. OLE color: 7565488.

HSL color Cylindrical-coordinate representation of color #B07073: hue angle of 357.19º 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 #B07073 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 112 115 -
CMYK 0 0.36 0.35 0.31
HSL 357.19º 0.29% 0.56% -
HSV(B) 357.19º 0.36% 0.69% -
XYZ 26.79 22.06 19.06 -
YUV 131.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 176 112 115 0 0.36 0.35 0.31 357.19 0.29 0.56
Hex B0 70 73 0 24 23 1F 165 1D 38
Octal 260 160 163 0 44 43 37 545 35 70
Binary 10110000 1110000 1110011 0 100100 100011 11111 101100101 11101 111000

Color Harmonies of #B07073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07073

Black with #B07073

Text Example


Text Example

White with #B07073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07073; }

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

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

background-color css

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

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

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

border-color css

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

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

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