Html Css Color HEX #B76B6C Turkish Rose

📋 copy color: '#B76B6C'

red 183 ◦ green 107 ◦ blue 108

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

Shades of Turkish Rose #B76B6C

Tints of Turkish Rose #B76B6C

RGB

 RED value IS 183 (71.88% from 255) = 45.98%

 GREEN value IS 107 (42.19% from 255) = 26.88%

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

R = 45.98%
G = 26.88%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B76B6C (or 0xB76B6C) is known color: Turkish Rose. HEX triplet: B7, 6B and 6C. RGB value is (183,107,108). Sum of RGB (Red+Green+Blue) = 183+107+108=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76B6C is #489493. Grayscale: #818181. Windows color (decimal): -4756628 or 7105463. OLE color: 7105463.

HSL color Cylindrical-coordinate representation of color #B76B6C: hue angle of 359.21º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B76B6C is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 107 108 -
CMYK 0 0.42 0.41 0.28
HSL 359.21º 0.35% 0.57% -
HSV(B) 359.21º 0.42% 0.72% -
XYZ 27.49 21.67 16.92 -
YUV 129.84 115.68 165.92 -
System Red Green Blue C M Y K H S L
Decimal 183 107 108 0 0.42 0.41 0.28 359.21 0.35 0.57
Hex B7 6B 6C 0 2A 29 1C 167 23 39
Octal 267 153 154 0 52 51 34 547 43 71
Binary 10110111 1101011 1101100 0 101010 101001 11100 101100111 100011 111001

Color Harmonies of #B76B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76B6C

Black with #B76B6C

Text Example


Text Example

White with #B76B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76B6C; }

 p { color: rgb(183,107,108); }

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

background-color css

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

 a { background-color: rgb(183,107,108); }

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

border-color css

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

 span { border-color: rgb(183,107,108); }

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