Html Css Color HEX #B68484 Rosy Brown

📋 copy color: '#B68484'

red 182 ◦ green 132 ◦ blue 132

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

Shades of Rosy Brown #B68484

Tints of Rosy Brown #B68484

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.6%

 BLUE value IS 132 (51.95% from 255) = 29.6%

R = 40.81%
G = 29.6%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B68484 (or 0xB68484) is known color: Rosy Brown. HEX triplet: B6, 84 and 84. RGB value is (182,132,132). Sum of RGB (Red+Green+Blue) = 182+132+132=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B68484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68484 is #497B7B. Grayscale: #939393. Windows color (decimal): -4815740 or 8684726. OLE color: 8684726.

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

Color convert

RGB 182 132 132 -
CMYK 0 0.27 0.27 0.29
HSL 0.26% 0.62% -
HSV(B) 0.27% 0.71% -
XYZ 31.71 28.11 25.59 -
YUV 146.95 119.57 153 -
System Red Green Blue C M Y K H S L
Decimal 182 132 132 0 0.27 0.27 0.29 0 0.26 0.62
Hex B6 84 84 0 1B 1B 1D 0 1A 3E
Octal 266 204 204 0 33 33 35 0 32 76
Binary 10110110 10000100 10000100 0 11011 11011 11101 0 11010 111110

Color Harmonies of #B68484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68484

Black with #B68484

Text Example


Text Example

White with #B68484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68484; }

 p { color: rgb(182,132,132); }

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

background-color css

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

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

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

border-color css

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

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

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