Html Css Color HEX #B38081 Turkish Rose

📋 copy color: '#B38081'

red 179 ◦ green 128 ◦ blue 129

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

Shades of Turkish Rose #B38081

Tints of Turkish Rose #B38081

RGB

 RED value IS 179 (70.31% from 255) = 41.06%

 GREEN value IS 128 (50.39% from 255) = 29.36%

 BLUE value IS 129 (50.78% from 255) = 29.59%

R = 41.06%
G = 29.36%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B38081 (or 0xB38081) is known color: Turkish Rose. HEX triplet: B3, 80 and 81. RGB value is (179,128,129). Sum of RGB (Red+Green+Blue) = 179+128+129=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B38081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38081 is #4C7F7E. Grayscale: #8F8F8F. Windows color (decimal): -5013375 or 8487091. OLE color: 8487091.

HSL color Cylindrical-coordinate representation of color #B38081: hue angle of 358.82º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B38081 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 128 129 -
CMYK 0 0.28 0.28 0.30
HSL 358.82º 0.25% 0.6% -
HSV(B) 358.82º 0.28% 0.7% -
XYZ 30.27 26.61 24.31 -
YUV 143.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 179 128 129 0 0.28 0.28 0.30 358.82 0.25 0.6
Hex B3 80 81 0 1C 1C 1E 167 19 3C
Octal 263 200 201 0 34 34 36 547 31 74
Binary 10110011 10000000 10000001 0 11100 11100 11110 101100111 11001 111100

Color Harmonies of #B38081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38081

Black with #B38081

Text Example


Text Example

White with #B38081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38081; }

 p { color: rgb(179,128,129); }

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

background-color css

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

 a { background-color: rgb(179,128,129); }

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

border-color css

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

 span { border-color: rgb(179,128,129); }

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