Html Css Color HEX #B68E8B Rosy Brown

📋 copy color: '#B68E8B'

red 182 ◦ green 142 ◦ blue 139

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

Shades of Rosy Brown #B68E8B

Tints of Rosy Brown #B68E8B

RGB

 RED value IS 182 (71.48% from 255) = 39.31%

 GREEN value IS 142 (55.86% from 255) = 30.67%

 BLUE value IS 139 (54.69% from 255) = 30.02%

R = 39.31%
G = 30.67%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B68E8B (or 0xB68E8B) is known color: Rosy Brown. HEX triplet: B6, 8E and 8B. RGB value is (182,142,139). Sum of RGB (Red+Green+Blue) = 182+142+139=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68E8B is #497174. Grayscale: #999999. Windows color (decimal): -4813173 or 9146038. OLE color: 9146038.

HSL color Cylindrical-coordinate representation of color #B68E8B: hue angle of 4.19º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B68E8B is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 142 139 -
CMYK 0 0.22 0.24 0.29
HSL 4.19º 0.23% 0.63% -
HSV(B) 4.19º 0.24% 0.71% -
XYZ 33.62 31.16 28.67 -
YUV 153.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 182 142 139 0 0.22 0.24 0.29 4.19 0.23 0.63
Hex B6 8E 8B 0 16 18 1D 4 17 3F
Octal 266 216 213 0 26 30 35 4 27 77
Binary 10110110 10001110 10001011 0 10110 11000 11101 100 10111 111111

Color Harmonies of #B68E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68E8B

Black with #B68E8B

Text Example


Text Example

White with #B68E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68E8B; }

 p { color: rgb(182,142,139); }

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

background-color css

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

 a { background-color: rgb(182,142,139); }

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

border-color css

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

 span { border-color: rgb(182,142,139); }

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