Html Css Color HEX #B38A89 Rosy Brown

📋 copy color: '#B38A89'

red 179 ◦ green 138 ◦ blue 137

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

Shades of Rosy Brown #B38A89

Tints of Rosy Brown #B38A89

RGB

 RED value IS 179 (70.31% from 255) = 39.43%

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

 BLUE value IS 137 (53.91% from 255) = 30.18%

R = 39.43%
G = 30.4%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B38A89 (or 0xB38A89) is known color: Rosy Brown. HEX triplet: B3, 8A and 89. RGB value is (179,138,137). Sum of RGB (Red+Green+Blue) = 179+138+137=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38A89 is #4C7576. Grayscale: #969696. Windows color (decimal): -5010807 or 9013939. OLE color: 9013939.

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

Color convert

RGB 179 138 137 -
CMYK 0 0.23 0.23 0.30
HSL 1.43º 0.22% 0.62% -
HSV(B) 1.43º 0.23% 0.7% -
XYZ 32.19 29.57 27.68 -
YUV 150.15 120.58 148.58 -
System Red Green Blue C M Y K H S L
Decimal 179 138 137 0 0.23 0.23 0.30 1.43 0.22 0.62
Hex B3 8A 89 0 17 17 1E 1 16 3E
Octal 263 212 211 0 27 27 36 1 26 76
Binary 10110011 10001010 10001001 0 10111 10111 11110 1 10110 111110

Color Harmonies of #B38A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38A89

Black with #B38A89

Text Example


Text Example

White with #B38A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38A89; }

 p { color: rgb(179,138,137); }

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

background-color css

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

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

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

border-color css

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

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

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