Html Css Color HEX #B76A6C Turkish Rose

📋 copy color: '#B76A6C'

red 183 ◦ green 106 ◦ blue 108

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

Shades of Turkish Rose #B76A6C

Tints of Turkish Rose #B76A6C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.7%

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

R = 46.1%
G = 26.7%
B = 27.2%

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

#B76A6C (or 0xB76A6C) is known color: Turkish Rose. HEX triplet: B7, 6A and 6C. RGB value is (183,106,108). Sum of RGB (Red+Green+Blue) = 183+106+108=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76A6C is #489593. Grayscale: #818181. Windows color (decimal): -4756884 or 7105207. OLE color: 7105207.

HSL color Cylindrical-coordinate representation of color #B76A6C: hue angle of 358.44º 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 #B76A6C is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 106 108 -
CMYK 0 0.42 0.41 0.28
HSL 358.44º 0.35% 0.57% -
HSV(B) 358.44º 0.42% 0.72% -
XYZ 27.39 21.46 16.89 -
YUV 129.25 116.01 166.34 -
System Red Green Blue C M Y K H S L
Decimal 183 106 108 0 0.42 0.41 0.28 358.44 0.35 0.57
Hex B7 6A 6C 0 2A 29 1C 166 23 39
Octal 267 152 154 0 52 51 34 546 43 71
Binary 10110111 1101010 1101100 0 101010 101001 11100 101100110 100011 111001

Color Harmonies of #B76A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76A6C

Black with #B76A6C

Text Example


Text Example

White with #B76A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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