Html Css Color HEX #B08283 Turkish Rose

📋 copy color: '#B08283'

red 176 ◦ green 130 ◦ blue 131

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

Shades of Turkish Rose #B08283

Tints of Turkish Rose #B08283

RGB

 RED value IS 176 (69.14% from 255) = 40.27%

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

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

R = 40.27%
G = 29.75%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B08283 (or 0xB08283) is known color: Turkish Rose. HEX triplet: B0, 82 and 83. RGB value is (176,130,131). Sum of RGB (Red+Green+Blue) = 176+130+131=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B08283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08283 is #4F7D7C. Grayscale: #8F8F8F. Windows color (decimal): -5209469 or 8618672. OLE color: 8618672.

HSL color Cylindrical-coordinate representation of color #B08283: hue angle of 358.7º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B08283 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 130 131 -
CMYK 0 0.26 0.26 0.31
HSL 358.7º 0.23% 0.6% -
HSV(B) 358.7º 0.26% 0.69% -
XYZ 29.98 26.83 25.07 -
YUV 143.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 176 130 131 0 0.26 0.26 0.31 358.7 0.23 0.6
Hex B0 82 83 0 1A 1A 1F 167 17 3C
Octal 260 202 203 0 32 32 37 547 27 74
Binary 10110000 10000010 10000011 0 11010 11010 11111 101100111 10111 111100

Color Harmonies of #B08283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08283

Black with #B08283

Text Example


Text Example

White with #B08283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08283; }

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

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

background-color css

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

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

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

border-color css

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

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

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