Html Css Color HEX #B48D67 Barley Corn

📋 copy color: '#B48D67'

red 180 ◦ green 141 ◦ blue 103

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

Shades of Barley Corn #B48D67

Tints of Barley Corn #B48D67

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.25%

 BLUE value IS 103 (40.63% from 255) = 24.29%

R = 42.45%
G = 33.25%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B48D67 (or 0xB48D67) is known color: Barley Corn. HEX triplet: B4, 8D and 67. RGB value is (180,141,103). Sum of RGB (Red+Green+Blue) = 180+141+103=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D67 is #4B7298. Grayscale: #949494. Windows color (decimal): -4944537 or 6786484. OLE color: 6786484.

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

Color convert

RGB 180 141 103 -
CMYK 0 0.22 0.43 0.29
HSL 29.61º 0.34% 0.55% -
HSV(B) 29.61º 0.43% 0.71% -
XYZ 30.8 29.73 16.95 -
YUV 148.33 102.42 150.59 -
System Red Green Blue C M Y K H S L
Decimal 180 141 103 0 0.22 0.43 0.29 29.61 0.34 0.55
Hex B4 8D 67 0 16 2B 1D 1E 22 37
Octal 264 215 147 0 26 53 35 36 42 67
Binary 10110100 10001101 1100111 0 10110 101011 11101 11110 100010 110111

Color Harmonies of #B48D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48D67

Black with #B48D67

Text Example


Text Example

White with #B48D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48D67; }

 p { color: rgb(180,141,103); }

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

background-color css

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

 a { background-color: rgb(180,141,103); }

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

border-color css

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

 span { border-color: rgb(180,141,103); }

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