Html Css Color HEX #B07B7F Turkish Rose

📋 copy color: '#B07B7F'

red 176 ◦ green 123 ◦ blue 127

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

Shades of Turkish Rose #B07B7F

Tints of Turkish Rose #B07B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.81%

R = 41.31%
G = 28.87%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B07B7F (or 0xB07B7F) is known color: Turkish Rose. HEX triplet: B0, 7B and 7F. RGB value is (176,123,127). Sum of RGB (Red+Green+Blue) = 176+123+127=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B7F is #4F8480. Grayscale: #8B8B8B. Windows color (decimal): -5211265 or 8354736. OLE color: 8354736.

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

Color convert

RGB 176 123 127 -
CMYK 0 0.30 0.28 0.31
HSL 355.47º 0.25% 0.59% -
HSV(B) 355.47º 0.3% 0.69% -
XYZ 28.82 24.93 23.37 -
YUV 139.3 121.06 154.17 -
System Red Green Blue C M Y K H S L
Decimal 176 123 127 0 0.30 0.28 0.31 355.47 0.25 0.59
Hex B0 7B 7F 0 1E 1C 1F 163 19 3B
Octal 260 173 177 0 36 34 37 543 31 73
Binary 10110000 1111011 1111111 0 11110 11100 11111 101100011 11001 111011

Color Harmonies of #B07B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07B7F

Black with #B07B7F

Text Example


Text Example

White with #B07B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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