Html Css Color HEX #BB8B64 Barley Corn

📋 copy color: '#BB8B64'

red 187 ◦ green 139 ◦ blue 100

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

Shades of Barley Corn #BB8B64

Tints of Barley Corn #BB8B64

RGB

 RED value IS 187 (73.44% from 255) = 43.9%

 GREEN value IS 139 (54.69% from 255) = 32.63%

 BLUE value IS 100 (39.45% from 255) = 23.47%

R = 43.9%
G = 32.63%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB8B64 (or 0xBB8B64) is known color: Barley Corn. HEX triplet: BB, 8B and 64. RGB value is (187,139,100). Sum of RGB (Red+Green+Blue) = 187+139+100=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8B64 is #44749B. Grayscale: #959595. Windows color (decimal): -4486300 or 6589371. OLE color: 6589371.

HSL color Cylindrical-coordinate representation of color #BB8B64: hue angle of 26.9º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB8B64 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 139 100 -
CMYK 0 0.26 0.47 0.27
HSL 26.9º 0.39% 0.56% -
HSV(B) 26.9º 0.47% 0.73% -
XYZ 32.03 29.95 16.15 -
YUV 148.91 100.4 155.17 -
System Red Green Blue C M Y K H S L
Decimal 187 139 100 0 0.26 0.47 0.27 26.9 0.39 0.56
Hex BB 8B 64 0 1A 2F 1B 1B 27 38
Octal 273 213 144 0 32 57 33 33 47 70
Binary 10111011 10001011 1100100 0 11010 101111 11011 11011 100111 111000

Color Harmonies of #BB8B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8B64

Black with #BB8B64

Text Example


Text Example

White with #BB8B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8B64; }

 p { color: rgb(187,139,100); }

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

background-color css

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

 a { background-color: rgb(187,139,100); }

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

border-color css

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

 span { border-color: rgb(187,139,100); }

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