Html Css Color HEX #B48F68 Barley Corn

📋 copy color: '#B48F68'

red 180 ◦ green 143 ◦ blue 104

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

Shades of Barley Corn #B48F68

Tints of Barley Corn #B48F68

RGB

 RED value IS 180 (70.7% from 255) = 42.15%

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

 BLUE value IS 104 (41.02% from 255) = 24.36%

R = 42.15%
G = 33.49%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B48F68 (or 0xB48F68) is known color: Barley Corn. HEX triplet: B4, 8F and 68. RGB value is (180,143,104). Sum of RGB (Red+Green+Blue) = 180+143+104=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48F68 is #4B7097. Grayscale: #959595. Windows color (decimal): -4944024 or 6852532. OLE color: 6852532.

HSL color Cylindrical-coordinate representation of color #B48F68: hue angle of 30.79º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B48F68 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 143 104 -
CMYK 0 0.21 0.42 0.29
HSL 30.79º 0.34% 0.56% -
HSV(B) 30.79º 0.42% 0.71% -
XYZ 31.14 30.35 17.31 -
YUV 149.62 102.26 149.67 -
System Red Green Blue C M Y K H S L
Decimal 180 143 104 0 0.21 0.42 0.29 30.79 0.34 0.56
Hex B4 8F 68 0 15 2A 1D 1F 22 38
Octal 264 217 150 0 25 52 35 37 42 70
Binary 10110100 10001111 1101000 0 10101 101010 11101 11111 100010 111000

Color Harmonies of #B48F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48F68

Black with #B48F68

Text Example


Text Example

White with #B48F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48F68; }

 p { color: rgb(180,143,104); }

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

background-color css

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

 a { background-color: rgb(180,143,104); }

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

border-color css

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

 span { border-color: rgb(180,143,104); }

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