Html Css Color HEX #BB955A Barley Corn

📋 copy color: '#BB955A'

red 187 ◦ green 149 ◦ blue 90

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

Shades of Barley Corn #BB955A

Tints of Barley Corn #BB955A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.98%

 BLUE value IS 90 (35.55% from 255) = 21.13%

R = 43.9%
G = 34.98%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB955A (or 0xBB955A) is known color: Barley Corn. HEX triplet: BB, 95 and 5A. RGB value is (187,149,90). Sum of RGB (Red+Green+Blue) = 187+149+90=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB955A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB955A is #446AA5. Grayscale: #999999. Windows color (decimal): -4483750 or 5936571. OLE color: 5936571.

HSL color Cylindrical-coordinate representation of color #BB955A: hue angle of 36.49º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB955A is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 149 90 -
CMYK 0 0.20 0.52 0.27
HSL 36.49º 0.42% 0.54% -
HSV(B) 36.49º 0.52% 0.73% -
XYZ 33.09 32.8 14.26 -
YUV 153.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 187 149 90 0 0.20 0.52 0.27 36.49 0.42 0.54
Hex BB 95 5A 0 14 34 1B 24 2A 36
Octal 273 225 132 0 24 64 33 44 52 66
Binary 10111011 10010101 1011010 0 10100 110100 11011 100100 101010 110110

Color Harmonies of #BB955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB955A

Black with #BB955A

Text Example


Text Example

White with #BB955A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB955A; }

 p { color: rgb(187,149,90); }

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

background-color css

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

 a { background-color: rgb(187,149,90); }

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

border-color css

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

 span { border-color: rgb(187,149,90); }

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