Html Css Color HEX #B18A8A Rosy Brown

📋 copy color: '#B18A8A'

red 177 ◦ green 138 ◦ blue 138

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

Shades of Rosy Brown #B18A8A

Tints of Rosy Brown #B18A8A

RGB

 RED value IS 177 (69.53% from 255) = 39.07%

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

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

R = 39.07%
G = 30.46%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B18A8A (or 0xB18A8A) is known color: Rosy Brown. HEX triplet: B1, 8A and 8A. RGB value is (177,138,138). Sum of RGB (Red+Green+Blue) = 177+138+138=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18A8A is #4E7575. Grayscale: #959595. Windows color (decimal): -5141878 or 9079473. OLE color: 9079473.

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

Color convert

RGB 177 138 138 -
CMYK 0 0.22 0.22 0.31
HSL 0.2% 0.62% -
HSV(B) 0.22% 0.69% -
XYZ 31.81 29.36 28.04 -
YUV 149.66 121.42 147.5 -
System Red Green Blue C M Y K H S L
Decimal 177 138 138 0 0.22 0.22 0.31 0 0.2 0.62
Hex B1 8A 8A 0 16 16 1F 0 14 3E
Octal 261 212 212 0 26 26 37 0 24 76
Binary 10110001 10001010 10001010 0 10110 10110 11111 0 10100 111110

Color Harmonies of #B18A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18A8A

Black with #B18A8A

Text Example


Text Example

White with #B18A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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