Html Css Color HEX #B78484 Rosy Brown

📋 copy color: '#B78484'

red 183 ◦ green 132 ◦ blue 132

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

Shades of Rosy Brown #B78484

Tints of Rosy Brown #B78484

RGB

 RED value IS 183 (71.88% from 255) = 40.94%

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

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

R = 40.94%
G = 29.53%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B78484 (or 0xB78484) is known color: Rosy Brown. HEX triplet: B7, 84 and 84. RGB value is (183,132,132). Sum of RGB (Red+Green+Blue) = 183+132+132=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 183 - color contains mainly: red. Hex color #B78484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78484 is #487B7B. Grayscale: #939393. Windows color (decimal): -4750204 or 8684727. OLE color: 8684727.

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

Color convert

RGB 183 132 132 -
CMYK 0 0.28 0.28 0.28
HSL 0.26% 0.62% -
HSV(B) 0.28% 0.72% -
XYZ 31.94 28.24 25.6 -
YUV 147.25 119.4 153.5 -
System Red Green Blue C M Y K H S L
Decimal 183 132 132 0 0.28 0.28 0.28 0 0.26 0.62
Hex B7 84 84 0 1C 1C 1C 0 1A 3E
Octal 267 204 204 0 34 34 34 0 32 76
Binary 10110111 10000100 10000100 0 11100 11100 11100 0 11010 111110

Color Harmonies of #B78484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78484

Black with #B78484

Text Example


Text Example

White with #B78484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78484; }

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

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

background-color css

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

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

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

border-color css

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

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

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