Html Css Color HEX #B78F8E Rosy Brown

📋 copy color: '#B78F8E'

red 183 ◦ green 143 ◦ blue 142

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

Shades of Rosy Brown #B78F8E

Tints of Rosy Brown #B78F8E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.56%

 BLUE value IS 142 (55.86% from 255) = 30.34%

R = 39.1%
G = 30.56%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B78F8E (or 0xB78F8E) is known color: Rosy Brown. HEX triplet: B7, 8F and 8E. RGB value is (183,143,142). Sum of RGB (Red+Green+Blue) = 183+143+142=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78F8E is #487071. Grayscale: #9A9A9A. Windows color (decimal): -4747378 or 9342903. OLE color: 9342903.

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

Color convert

RGB 183 143 142 -
CMYK 0 0.22 0.22 0.28
HSL 1.46º 0.22% 0.64% -
HSV(B) 1.46º 0.22% 0.72% -
XYZ 34.23 31.67 29.9 -
YUV 154.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 183 143 142 0 0.22 0.22 0.28 1.46 0.22 0.64
Hex B7 8F 8E 0 16 16 1C 1 16 40
Octal 267 217 216 0 26 26 34 1 26 100
Binary 10110111 10001111 10001110 0 10110 10110 11100 1 10110 1000000

Color Harmonies of #B78F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78F8E

Black with #B78F8E

Text Example


Text Example

White with #B78F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78F8E; }

 p { color: rgb(183,143,142); }

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

background-color css

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

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

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

border-color css

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

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

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