Html Css Color HEX #B28B8A Rosy Brown

📋 copy color: '#B28B8A'

red 178 ◦ green 139 ◦ blue 138

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

Shades of Rosy Brown #B28B8A

Tints of Rosy Brown #B28B8A

RGB

 RED value IS 178 (69.92% from 255) = 39.12%

 GREEN value IS 139 (54.69% from 255) = 30.55%

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

R = 39.12%
G = 30.55%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B28B8A (or 0xB28B8A) is known color: Rosy Brown. HEX triplet: B2, 8B and 8A. RGB value is (178,139,138). Sum of RGB (Red+Green+Blue) = 178+139+138=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28B8A is #4D7475. Grayscale: #969696. Windows color (decimal): -5076086 or 9079730. OLE color: 9079730.

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

Color convert

RGB 178 139 138 -
CMYK 0 0.22 0.22 0.30
HSL 1.5º 0.21% 0.62% -
HSV(B) 1.5º 0.22% 0.7% -
XYZ 32.18 29.77 28.09 -
YUV 150.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 178 139 138 0 0.22 0.22 0.30 1.5 0.21 0.62
Hex B2 8B 8A 0 16 16 1E 2 15 3E
Octal 262 213 212 0 26 26 36 2 25 76
Binary 10110010 10001011 10001010 0 10110 10110 11110 10 10101 111110

Color Harmonies of #B28B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28B8A

Black with #B28B8A

Text Example


Text Example

White with #B28B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28B8A; }

 p { color: rgb(178,139,138); }

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

background-color css

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

 a { background-color: rgb(178,139,138); }

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

border-color css

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

 span { border-color: rgb(178,139,138); }

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