Html Css Color HEX #B38F65 Barley Corn

📋 copy color: '#B38F65'

red 179 ◦ green 143 ◦ blue 101

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

Shades of Barley Corn #B38F65

Tints of Barley Corn #B38F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.88%

R = 42.32%
G = 33.81%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B38F65 (or 0xB38F65) is known color: Barley Corn. HEX triplet: B3, 8F and 65. RGB value is (179,143,101). Sum of RGB (Red+Green+Blue) = 179+143+101=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38F65 is #4C709A. Grayscale: #959595. Windows color (decimal): -5009563 or 6655923. OLE color: 6655923.

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

Color convert

RGB 179 143 101 -
CMYK 0 0.20 0.44 0.30
HSL 32.31º 0.34% 0.55% -
HSV(B) 32.31º 0.44% 0.7% -
XYZ 30.76 30.17 16.51 -
YUV 148.98 100.93 149.42 -
System Red Green Blue C M Y K H S L
Decimal 179 143 101 0 0.20 0.44 0.30 32.31 0.34 0.55
Hex B3 8F 65 0 14 2C 1E 20 22 37
Octal 263 217 145 0 24 54 36 40 42 67
Binary 10110011 10001111 1100101 0 10100 101100 11110 100000 100010 110111

Color Harmonies of #B38F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38F65

Black with #B38F65

Text Example


Text Example

White with #B38F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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