Html Css Color HEX #B07072 Turkish Rose

📋 copy color: '#B07072'

red 176 ◦ green 112 ◦ blue 114

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

Shades of Turkish Rose #B07072

Tints of Turkish Rose #B07072

RGB

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

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

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

R = 43.78%
G = 27.86%
B = 28.36%

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

#B07072 (or 0xB07072) is known color: Turkish Rose. HEX triplet: B0, 70 and 72. RGB value is (176,112,114). Sum of RGB (Red+Green+Blue) = 176+112+114=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B07072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07072 is #4F8F8D. Grayscale: #838383. Windows color (decimal): -5214094 or 7499952. OLE color: 7499952.

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

Color convert

RGB 176 112 114 -
CMYK 0 0.36 0.35 0.31
HSL 358.13º 0.29% 0.56% -
HSV(B) 358.13º 0.36% 0.69% -
XYZ 26.74 22.03 18.76 -
YUV 131.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 176 112 114 0 0.36 0.35 0.31 358.13 0.29 0.56
Hex B0 70 72 0 24 23 1F 166 1D 38
Octal 260 160 162 0 44 43 37 546 35 70
Binary 10110000 1110000 1110010 0 100100 100011 11111 101100110 11101 111000

Color Harmonies of #B07072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07072

Black with #B07072

Text Example


Text Example

White with #B07072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07072; }

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

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

background-color css

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

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

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

border-color css

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

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

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