Html Css Color HEX #B76469 Turkish Rose

📋 copy color: '#B76469'

red 183 ◦ green 100 ◦ blue 105

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

Shades of Turkish Rose #B76469

Tints of Turkish Rose #B76469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.77%

 BLUE value IS 105 (41.41% from 255) = 27.06%

R = 47.16%
G = 25.77%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B76469 (or 0xB76469) is known color: Turkish Rose. HEX triplet: B7, 64 and 69. RGB value is (183,100,105). Sum of RGB (Red+Green+Blue) = 183+100+105=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B76469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76469 is #489B96. Grayscale: #7D7D7D. Windows color (decimal): -4758423 or 6907063. OLE color: 6907063.

HSL color Cylindrical-coordinate representation of color #B76469: hue angle of 356.39º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B76469 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 100 105 -
CMYK 0 0.45 0.43 0.28
HSL 356.39º 0.37% 0.55% -
HSV(B) 356.39º 0.45% 0.72% -
XYZ 26.64 20.2 15.86 -
YUV 125.39 116.5 169.09 -
System Red Green Blue C M Y K H S L
Decimal 183 100 105 0 0.45 0.43 0.28 356.39 0.37 0.55
Hex B7 64 69 0 2D 2B 1C 164 25 37
Octal 267 144 151 0 55 53 34 544 45 67
Binary 10110111 1100100 1101001 0 101101 101011 11100 101100100 100101 110111

Color Harmonies of #B76469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76469

Black with #B76469

Text Example


Text Example

White with #B76469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76469; }

 p { color: rgb(183,100,105); }

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

background-color css

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

 a { background-color: rgb(183,100,105); }

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

border-color css

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

 span { border-color: rgb(183,100,105); }

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