Html Css Color HEX #B96567 Turkish Rose

📋 copy color: '#B96567'

red 185 ◦ green 101 ◦ blue 103

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

Shades of Turkish Rose #B96567

Tints of Turkish Rose #B96567

RGB

 RED value IS 185 (72.66% from 255) = 47.56%

 GREEN value IS 101 (39.84% from 255) = 25.96%

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

R = 47.56%
G = 25.96%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B96567 (or 0xB96567) is known color: Turkish Rose. HEX triplet: B9, 65 and 67. RGB value is (185,101,103). Sum of RGB (Red+Green+Blue) = 185+101+103=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B96567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96567 is #469A98. Grayscale: #7E7E7E. Windows color (decimal): -4627097 or 6776249. OLE color: 6776249.

HSL color Cylindrical-coordinate representation of color #B96567: hue angle of 358.57º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B96567 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 101 103 -
CMYK 0 0.45 0.44 0.27
HSL 358.57º 0.38% 0.56% -
HSV(B) 358.57º 0.45% 0.73% -
XYZ 27.11 20.6 15.38 -
YUV 126.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 185 101 103 0 0.45 0.44 0.27 358.57 0.38 0.56
Hex B9 65 67 0 2D 2C 1B 167 26 38
Octal 271 145 147 0 55 54 33 547 46 70
Binary 10111001 1100101 1100111 0 101101 101100 11011 101100111 100110 111000

Color Harmonies of #B96567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96567

Black with #B96567

Text Example


Text Example

White with #B96567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96567; }

 p { color: rgb(185,101,103); }

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

background-color css

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

 a { background-color: rgb(185,101,103); }

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

border-color css

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

 span { border-color: rgb(185,101,103); }

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