Html Css Color HEX #B07279 Turkish Rose

📋 copy color: '#B07279'

red 176 ◦ green 114 ◦ blue 121

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

Shades of Turkish Rose #B07279

Tints of Turkish Rose #B07279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.74%

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

R = 42.82%
G = 27.74%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B07279 (or 0xB07279) is known color: Turkish Rose. HEX triplet: B0, 72 and 79. RGB value is (176,114,121). Sum of RGB (Red+Green+Blue) = 176+114+121=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B07279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07279 is #4F8D86. Grayscale: #858585. Windows color (decimal): -5213575 or 7959216. OLE color: 7959216.

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

Color convert

RGB 176 114 121 -
CMYK 0 0.35 0.31 0.31
HSL 353.23º 0.28% 0.57% -
HSV(B) 353.23º 0.35% 0.69% -
XYZ 27.37 22.65 21.02 -
YUV 133.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 176 114 121 0 0.35 0.31 0.31 353.23 0.28 0.57
Hex B0 72 79 0 23 1F 1F 161 1C 39
Octal 260 162 171 0 43 37 37 541 34 71
Binary 10110000 1110010 1111001 0 100011 11111 11111 101100001 11100 111001

Color Harmonies of #B07279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07279

Black with #B07279

Text Example


Text Example

White with #B07279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07279; }

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

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

background-color css

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

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

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

border-color css

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

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

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