Html Css Color HEX #B68D8B Rosy Brown

📋 copy color: '#B68D8B'

red 182 ◦ green 141 ◦ blue 139

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

Shades of Rosy Brown #B68D8B

Tints of Rosy Brown #B68D8B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.52%

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

R = 39.39%
G = 30.52%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B68D8B (or 0xB68D8B) is known color: Rosy Brown. HEX triplet: B6, 8D and 8B. RGB value is (182,141,139). Sum of RGB (Red+Green+Blue) = 182+141+139=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68D8B is #497274. Grayscale: #999999. Windows color (decimal): -4813429 or 9145782. OLE color: 9145782.

HSL color Cylindrical-coordinate representation of color #B68D8B: hue angle of 2.79º 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 #B68D8B is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 141 139 -
CMYK 0 0.23 0.24 0.29
HSL 2.79º 0.23% 0.63% -
HSV(B) 2.79º 0.24% 0.71% -
XYZ 33.48 30.86 28.62 -
YUV 153.03 120.08 148.66 -
System Red Green Blue C M Y K H S L
Decimal 182 141 139 0 0.23 0.24 0.29 2.79 0.23 0.63
Hex B6 8D 8B 0 17 18 1D 3 17 3F
Octal 266 215 213 0 27 30 35 3 27 77
Binary 10110110 10001101 10001011 0 10111 11000 11101 11 10111 111111

Color Harmonies of #B68D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68D8B

Black with #B68D8B

Text Example


Text Example

White with #B68D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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