Html Css Color HEX #B07C7D Turkish Rose

📋 copy color: '#B07C7D'

red 176 ◦ green 124 ◦ blue 125

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

Shades of Turkish Rose #B07C7D

Tints of Turkish Rose #B07C7D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.18%

 BLUE value IS 125 (49.22% from 255) = 29.41%

R = 41.41%
G = 29.18%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B07C7D (or 0xB07C7D) is known color: Turkish Rose. HEX triplet: B0, 7C and 7D. RGB value is (176,124,125). Sum of RGB (Red+Green+Blue) = 176+124+125=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07C7D is #4F8382. Grayscale: #8B8B8B. Windows color (decimal): -5211011 or 8223920. OLE color: 8223920.

HSL color Cylindrical-coordinate representation of color #B07C7D: hue angle of 358.85º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07C7D is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 124 125 -
CMYK 0 0.30 0.29 0.31
HSL 358.85º 0.25% 0.59% -
HSV(B) 358.85º 0.3% 0.69% -
XYZ 28.81 25.13 22.73 -
YUV 139.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 176 124 125 0 0.30 0.29 0.31 358.85 0.25 0.59
Hex B0 7C 7D 0 1E 1D 1F 167 19 3B
Octal 260 174 175 0 36 35 37 547 31 73
Binary 10110000 1111100 1111101 0 11110 11101 11111 101100111 11001 111011

Color Harmonies of #B07C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07C7D

Black with #B07C7D

Text Example


Text Example

White with #B07C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07C7D; }

 p { color: rgb(176,124,125); }

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

background-color css

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

 a { background-color: rgb(176,124,125); }

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

border-color css

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

 span { border-color: rgb(176,124,125); }

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