Html Css Color HEX #B9676A Turkish Rose

📋 copy color: '#B9676A'

red 185 ◦ green 103 ◦ blue 106

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

Shades of Turkish Rose #B9676A

Tints of Turkish Rose #B9676A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.9%

R = 46.95%
G = 26.14%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9676A (or 0xB9676A) is known color: Turkish Rose. HEX triplet: B9, 67 and 6A. RGB value is (185,103,106). Sum of RGB (Red+Green+Blue) = 185+103+106=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B9676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9676A is #469895. Grayscale: #7F7F7F. Windows color (decimal): -4626582 or 6973369. OLE color: 6973369.

HSL color Cylindrical-coordinate representation of color #B9676A: hue angle of 357.8º 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 #B9676A is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 103 106 -
CMYK 0 0.44 0.43 0.27
HSL 357.8º 0.37% 0.56% -
HSV(B) 357.8º 0.44% 0.73% -
XYZ 27.46 21.06 16.25 -
YUV 127.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 185 103 106 0 0.44 0.43 0.27 357.8 0.37 0.56
Hex B9 67 6A 0 2C 2B 1B 166 25 38
Octal 271 147 152 0 54 53 33 546 45 70
Binary 10111001 1100111 1101010 0 101100 101011 11011 101100110 100101 111000

Color Harmonies of #B9676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9676A

Black with #B9676A

Text Example


Text Example

White with #B9676A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9676A; }

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

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

background-color css

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

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

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

border-color css

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

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

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