Html Css Color HEX #B38F8B Thatch

📋 copy color: '#B38F8B'

red 179 ◦ green 143 ◦ blue 139

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

Shades of Thatch #B38F8B

Tints of Thatch #B38F8B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.02%

 BLUE value IS 139 (54.69% from 255) = 30.15%

R = 38.83%
G = 31.02%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B38F8B (or 0xB38F8B) is known color: Thatch. HEX triplet: B3, 8F and 8B. RGB value is (179,143,139). Sum of RGB (Red+Green+Blue) = 179+143+139=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38F8B is #4C7074. Grayscale: #999999. Windows color (decimal): -5009525 or 9146291. OLE color: 9146291.

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

Color convert

RGB 179 143 139 -
CMYK 0 0.20 0.22 0.30
HSL 0.21% 0.62% -
HSV(B) 0.22% 0.7% -
XYZ 33.07 31.09 28.68 -
YUV 153.31 119.93 146.33 -
System Red Green Blue C M Y K H S L
Decimal 179 143 139 0 0.20 0.22 0.30 6 0.21 0.62
Hex B3 8F 8B 0 14 16 1E 6 15 3E
Octal 263 217 213 0 24 26 36 6 25 76
Binary 10110011 10001111 10001011 0 10100 10110 11110 110 10101 111110

Color Harmonies of #B38F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38F8B

Black with #B38F8B

Text Example


Text Example

White with #B38F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38F8B; }

 p { color: rgb(179,143,139); }

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

background-color css

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

 a { background-color: rgb(179,143,139); }

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

border-color css

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

 span { border-color: rgb(179,143,139); }

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