Html Css Color HEX #B38283 Turkish Rose

📋 copy color: '#B38283'

red 179 ◦ green 130 ◦ blue 131

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

Shades of Turkish Rose #B38283

Tints of Turkish Rose #B38283

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.55%

 BLUE value IS 131 (51.56% from 255) = 29.77%

R = 40.68%
G = 29.55%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B38283 (or 0xB38283) is known color: Turkish Rose. HEX triplet: B3, 82 and 83. RGB value is (179,130,131). Sum of RGB (Red+Green+Blue) = 179+130+131=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B38283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38283 is #4C7D7C. Grayscale: #909090. Windows color (decimal): -5012861 or 8618675. OLE color: 8618675.

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

Color convert

RGB 179 130 131 -
CMYK 0 0.27 0.27 0.30
HSL 358.78º 0.24% 0.61% -
HSV(B) 358.78º 0.27% 0.7% -
XYZ 30.67 27.19 25.1 -
YUV 144.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 179 130 131 0 0.27 0.27 0.30 358.78 0.24 0.61
Hex B3 82 83 0 1B 1B 1E 167 18 3D
Octal 263 202 203 0 33 33 36 547 30 75
Binary 10110011 10000010 10000011 0 11011 11011 11110 101100111 11000 111101

Color Harmonies of #B38283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38283

Black with #B38283

Text Example


Text Example

White with #B38283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38283; }

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

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

background-color css

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

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

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

border-color css

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

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

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