Html Css Color HEX #B06267 Turkish Rose

📋 copy color: '#B06267'

red 176 ◦ green 98 ◦ blue 103

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

Shades of Turkish Rose #B06267

Tints of Turkish Rose #B06267

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.99%

 BLUE value IS 103 (40.63% from 255) = 27.32%

R = 46.68%
G = 25.99%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B06267 (or 0xB06267) is known color: Turkish Rose. HEX triplet: B0, 62 and 67. RGB value is (176,98,103). Sum of RGB (Red+Green+Blue) = 176+98+103=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B06267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06267 is #4F9D98. Grayscale: #797979. Windows color (decimal): -5217689 or 6775472. OLE color: 6775472.

HSL color Cylindrical-coordinate representation of color #B06267: hue angle of 356.15º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B06267 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 98 103 -
CMYK 0 0.44 0.41 0.31
HSL 356.15º 0.33% 0.54% -
HSV(B) 356.15º 0.44% 0.69% -
XYZ 24.72 18.94 15.19 -
YUV 121.89 117.34 166.59 -
System Red Green Blue C M Y K H S L
Decimal 176 98 103 0 0.44 0.41 0.31 356.15 0.33 0.54
Hex B0 62 67 0 2C 29 1F 164 21 36
Octal 260 142 147 0 54 51 37 544 41 66
Binary 10110000 1100010 1100111 0 101100 101001 11111 101100100 100001 110110

Color Harmonies of #B06267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06267

Black with #B06267

Text Example


Text Example

White with #B06267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06267; }

 p { color: rgb(176,98,103); }

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

background-color css

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

 a { background-color: rgb(176,98,103); }

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

border-color css

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

 span { border-color: rgb(176,98,103); }

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