Html Css Color HEX #B9676C Turkish Rose

📋 copy color: '#B9676C'

red 185 ◦ green 103 ◦ blue 108

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

Shades of Turkish Rose #B9676C

Tints of Turkish Rose #B9676C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.01%

 BLUE value IS 108 (42.58% from 255) = 27.27%

R = 46.72%
G = 26.01%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9676C (or 0xB9676C) is known color: Turkish Rose. HEX triplet: B9, 67 and 6C. RGB value is (185,103,108). Sum of RGB (Red+Green+Blue) = 185+103+108=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B9676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9676C is #469893. Grayscale: #808080. Windows color (decimal): -4626580 or 7104441. OLE color: 7104441.

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

Color convert

RGB 185 103 108 -
CMYK 0 0.44 0.42 0.27
HSL 356.34º 0.37% 0.56% -
HSV(B) 356.34º 0.44% 0.73% -
XYZ 27.56 21.1 16.81 -
YUV 128.09 116.67 168.59 -
System Red Green Blue C M Y K H S L
Decimal 185 103 108 0 0.44 0.42 0.27 356.34 0.37 0.56
Hex B9 67 6C 0 2C 2A 1B 164 25 38
Octal 271 147 154 0 54 52 33 544 45 70
Binary 10111001 1100111 1101100 0 101100 101010 11011 101100100 100101 111000

Color Harmonies of #B9676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9676C

Black with #B9676C

Text Example


Text Example

White with #B9676C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9676C; }

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

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

background-color css

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

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

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

border-color css

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

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

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