Html Css Color HEX #B76569 Turkish Rose

📋 copy color: '#B76569'

red 183 ◦ green 101 ◦ blue 105

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

Shades of Turkish Rose #B76569

Tints of Turkish Rose #B76569

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.96%

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

R = 47.04%
G = 25.96%
B = 26.99%

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

#B76569 (or 0xB76569) is known color: Turkish Rose. HEX triplet: B7, 65 and 69. RGB value is (183,101,105). Sum of RGB (Red+Green+Blue) = 183+101+105=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B76569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76569 is #489A96. Grayscale: #7E7E7E. Windows color (decimal): -4758167 or 6907319. OLE color: 6907319.

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

Color convert

RGB 183 101 105 -
CMYK 0 0.45 0.43 0.28
HSL 357.07º 0.36% 0.56% -
HSV(B) 357.07º 0.45% 0.72% -
XYZ 26.73 20.39 15.89 -
YUV 125.97 116.17 168.67 -
System Red Green Blue C M Y K H S L
Decimal 183 101 105 0 0.45 0.43 0.28 357.07 0.36 0.56
Hex B7 65 69 0 2D 2B 1C 165 24 38
Octal 267 145 151 0 55 53 34 545 44 70
Binary 10110111 1100101 1101001 0 101101 101011 11100 101100101 100100 111000

Color Harmonies of #B76569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76569

Black with #B76569

Text Example


Text Example

White with #B76569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76569; }

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

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

background-color css

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

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

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

border-color css

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

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

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