Html Css Color HEX #B07B7C Turkish Rose

📋 copy color: '#B07B7C'

red 176 ◦ green 123 ◦ blue 124

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

Shades of Turkish Rose #B07B7C

Tints of Turkish Rose #B07B7C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.08%

 BLUE value IS 124 (48.83% from 255) = 29.31%

R = 41.61%
G = 29.08%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B07B7C (or 0xB07B7C) is known color: Turkish Rose. HEX triplet: B0, 7B and 7C. RGB value is (176,123,124). Sum of RGB (Red+Green+Blue) = 176+123+124=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B7C is #4F8483. Grayscale: #8B8B8B. Windows color (decimal): -5211268 or 8158128. OLE color: 8158128.

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

Color convert

RGB 176 123 124 -
CMYK 0 0.30 0.30 0.31
HSL 358.87º 0.25% 0.59% -
HSV(B) 358.87º 0.3% 0.69% -
XYZ 28.63 24.85 22.36 -
YUV 138.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 176 123 124 0 0.30 0.30 0.31 358.87 0.25 0.59
Hex B0 7B 7C 0 1E 1E 1F 167 19 3B
Octal 260 173 174 0 36 36 37 547 31 73
Binary 10110000 1111011 1111100 0 11110 11110 11111 101100111 11001 111011

Color Harmonies of #B07B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07B7C

Black with #B07B7C

Text Example


Text Example

White with #B07B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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