Html Css Color HEX #B38C8A Rosy Brown

📋 copy color: '#B38C8A'

red 179 ◦ green 140 ◦ blue 138

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

Shades of Rosy Brown #B38C8A

Tints of Rosy Brown #B38C8A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.63%

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

R = 39.17%
G = 30.63%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B38C8A (or 0xB38C8A) is known color: Rosy Brown. HEX triplet: B3, 8C and 8A. RGB value is (179,140,138). Sum of RGB (Red+Green+Blue) = 179+140+138=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38C8A is #4C7375. Grayscale: #979797. Windows color (decimal): -5010294 or 9079987. OLE color: 9079987.

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

Color convert

RGB 179 140 138 -
CMYK 0 0.22 0.23 0.30
HSL 2.93º 0.21% 0.62% -
HSV(B) 2.93º 0.23% 0.7% -
XYZ 32.56 30.17 28.15 -
YUV 151.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 179 140 138 0 0.22 0.23 0.30 2.93 0.21 0.62
Hex B3 8C 8A 0 16 17 1E 3 15 3E
Octal 263 214 212 0 26 27 36 3 25 76
Binary 10110011 10001100 10001010 0 10110 10111 11110 11 10101 111110

Color Harmonies of #B38C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38C8A

Black with #B38C8A

Text Example


Text Example

White with #B38C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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