Html Css Color HEX #B28283 Turkish Rose

📋 copy color: '#B28283'

red 178 ◦ green 130 ◦ blue 131

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

Shades of Turkish Rose #B28283

Tints of Turkish Rose #B28283

RGB

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

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

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

R = 40.55%
G = 29.61%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B28283 (or 0xB28283) is known color: Turkish Rose. HEX triplet: B2, 82 and 83. RGB value is (178,130,131). Sum of RGB (Red+Green+Blue) = 178+130+131=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B28283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28283 is #4D7D7C. Grayscale: #909090. Windows color (decimal): -5078397 or 8618674. OLE color: 8618674.

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

Color convert

RGB 178 130 131 -
CMYK 0 0.27 0.26 0.30
HSL 358.75º 0.24% 0.6% -
HSV(B) 358.75º 0.27% 0.7% -
XYZ 30.44 27.07 25.09 -
YUV 144.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 178 130 131 0 0.27 0.26 0.30 358.75 0.24 0.6
Hex B2 82 83 0 1B 1A 1E 167 18 3C
Octal 262 202 203 0 33 32 36 547 30 74
Binary 10110010 10000010 10000011 0 11011 11010 11110 101100111 11000 111100

Color Harmonies of #B28283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28283

Black with #B28283

Text Example


Text Example

White with #B28283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28283; }

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

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

background-color css

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

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

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

border-color css

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

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

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