Html Css Color HEX #B08A8A Rosy Brown

📋 copy color: '#B08A8A'

red 176 ◦ green 138 ◦ blue 138

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

Shades of Rosy Brown #B08A8A

Tints of Rosy Brown #B08A8A

RGB

 RED value IS 176 (69.14% from 255) = 38.94%

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

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

R = 38.94%
G = 30.53%
B = 30.53%

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

#B08A8A (or 0xB08A8A) is known color: Rosy Brown. HEX triplet: B0, 8A and 8A. RGB value is (176,138,138). Sum of RGB (Red+Green+Blue) = 176+138+138=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08A8A is #4F7575. Grayscale: #959595. Windows color (decimal): -5207414 or 9079472. OLE color: 9079472.

HSL color Cylindrical-coordinate representation of color #B08A8A: hue angle of 0º degrees, saturation: 0.19, 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 #B08A8A is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 138 138 -
CMYK 0 0.22 0.22 0.31
HSL 0.19% 0.62% -
HSV(B) 0.22% 0.69% -
XYZ 31.58 29.24 28.02 -
YUV 149.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 176 138 138 0 0.22 0.22 0.31 0 0.19 0.62
Hex B0 8A 8A 0 16 16 1F 0 13 3E
Octal 260 212 212 0 26 26 37 0 23 76
Binary 10110000 10001010 10001010 0 10110 10110 11111 0 10011 111110

Color Harmonies of #B08A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08A8A

Black with #B08A8A

Text Example


Text Example

White with #B08A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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