Html Css Color HEX #B38182 Turkish Rose

📋 copy color: '#B38182'

red 179 ◦ green 129 ◦ blue 130

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

Shades of Turkish Rose #B38182

Tints of Turkish Rose #B38182

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.45%

 BLUE value IS 130 (51.17% from 255) = 29.68%

R = 40.87%
G = 29.45%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B38182 (or 0xB38182) is known color: Turkish Rose. HEX triplet: B3, 81 and 82. RGB value is (179,129,130). Sum of RGB (Red+Green+Blue) = 179+129+130=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B38182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38182 is #4C7E7D. Grayscale: #909090. Windows color (decimal): -5013118 or 8552883. OLE color: 8552883.

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

Color convert

RGB 179 129 130 -
CMYK 0 0.28 0.27 0.30
HSL 358.8º 0.25% 0.6% -
HSV(B) 358.8º 0.28% 0.7% -
XYZ 30.47 26.9 24.7 -
YUV 144.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 179 129 130 0 0.28 0.27 0.30 358.8 0.25 0.6
Hex B3 81 82 0 1C 1B 1E 167 19 3C
Octal 263 201 202 0 34 33 36 547 31 74
Binary 10110011 10000001 10000010 0 11100 11011 11110 101100111 11001 111100

Color Harmonies of #B38182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38182

Black with #B38182

Text Example


Text Example

White with #B38182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38182; }

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

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

background-color css

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

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

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

border-color css

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

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

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