Html Css Color HEX #B28081 Turkish Rose

📋 copy color: '#B28081'

red 178 ◦ green 128 ◦ blue 129

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

Shades of Turkish Rose #B28081

Tints of Turkish Rose #B28081

RGB

 RED value IS 178 (69.92% from 255) = 40.92%

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

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

R = 40.92%
G = 29.43%
B = 29.66%

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

#B28081 (or 0xB28081) is known color: Turkish Rose. HEX triplet: B2, 80 and 81. RGB value is (178,128,129). Sum of RGB (Red+Green+Blue) = 178+128+129=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B28081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28081 is #4D7F7E. Grayscale: #8F8F8F. Windows color (decimal): -5078911 or 8487090. OLE color: 8487090.

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

Color convert

RGB 178 128 129 -
CMYK 0 0.28 0.28 0.30
HSL 358.8º 0.25% 0.6% -
HSV(B) 358.8º 0.28% 0.7% -
XYZ 30.04 26.49 24.3 -
YUV 143.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 178 128 129 0 0.28 0.28 0.30 358.8 0.25 0.6
Hex B2 80 81 0 1C 1C 1E 167 19 3C
Octal 262 200 201 0 34 34 36 547 31 74
Binary 10110010 10000000 10000001 0 11100 11100 11110 101100111 11001 111100

Color Harmonies of #B28081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28081

Black with #B28081

Text Example


Text Example

White with #B28081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28081; }

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

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

background-color css

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

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

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

border-color css

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

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

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