Html Css Color HEX #B98A8A Rosy Brown

📋 copy color: '#B98A8A'

red 185 ◦ green 138 ◦ blue 138

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

Shades of Rosy Brown #B98A8A

Tints of Rosy Brown #B98A8A

RGB

 RED value IS 185 (72.66% from 255) = 40.13%

 GREEN value IS 138 (54.3% from 255) = 29.93%

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

R = 40.13%
G = 29.93%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B98A8A (or 0xB98A8A) is known color: Rosy Brown. HEX triplet: B9, 8A and 8A. RGB value is (185,138,138). Sum of RGB (Red+Green+Blue) = 185+138+138=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98A8A is #467575. Grayscale: #989898. Windows color (decimal): -4617590 or 9079481. OLE color: 9079481.

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

Color convert

RGB 185 138 138 -
CMYK 0 0.25 0.25 0.27
HSL 0.25% 0.63% -
HSV(B) 0.25% 0.73% -
XYZ 33.68 30.33 28.12 -
YUV 152.05 120.07 151.5 -
System Red Green Blue C M Y K H S L
Decimal 185 138 138 0 0.25 0.25 0.27 0 0.25 0.63
Hex B9 8A 8A 0 19 19 1B 0 19 3F
Octal 271 212 212 0 31 31 33 0 31 77
Binary 10111001 10001010 10001010 0 11001 11001 11011 0 11001 111111

Color Harmonies of #B98A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98A8A

Black with #B98A8A

Text Example


Text Example

White with #B98A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98A8A; }

 p { color: rgb(185,138,138); }

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

background-color css

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

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

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

border-color css

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

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

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