Html Css Color HEX #B78D8A Rosy Brown

📋 copy color: '#B78D8A'

red 183 ◦ green 141 ◦ blue 138

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

Shades of Rosy Brown #B78D8A

Tints of Rosy Brown #B78D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.87%

R = 39.61%
G = 30.52%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B78D8A (or 0xB78D8A) is known color: Rosy Brown. HEX triplet: B7, 8D and 8A. RGB value is (183,141,138). Sum of RGB (Red+Green+Blue) = 183+141+138=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78D8A is #487275. Grayscale: #999999. Windows color (decimal): -4747894 or 9080247. OLE color: 9080247.

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

Color convert

RGB 183 141 138 -
CMYK 0 0.23 0.25 0.28
HSL 0.24% 0.63% -
HSV(B) 0.25% 0.72% -
XYZ 33.64 30.95 28.25 -
YUV 153.22 119.41 149.24 -
System Red Green Blue C M Y K H S L
Decimal 183 141 138 0 0.23 0.25 0.28 4 0.24 0.63
Hex B7 8D 8A 0 17 19 1C 4 18 3F
Octal 267 215 212 0 27 31 34 4 30 77
Binary 10110111 10001101 10001010 0 10111 11001 11100 100 11000 111111

Color Harmonies of #B78D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78D8A

Black with #B78D8A

Text Example


Text Example

White with #B78D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78D8A; }

 p { color: rgb(183,141,138); }

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

background-color css

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

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

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

border-color css

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

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

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