Html Css Color HEX #BB935B Barley Corn

📋 copy color: '#BB935B'

red 187 ◦ green 147 ◦ blue 91

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

Shades of Barley Corn #BB935B

Tints of Barley Corn #BB935B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.59%

 BLUE value IS 91 (35.94% from 255) = 21.41%

R = 44%
G = 34.59%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB935B (or 0xBB935B) is known color: Barley Corn. HEX triplet: BB, 93 and 5B. RGB value is (187,147,91). Sum of RGB (Red+Green+Blue) = 187+147+91=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB935B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB935B is #446CA4. Grayscale: #989898. Windows color (decimal): -4484261 or 6001595. OLE color: 6001595.

HSL color Cylindrical-coordinate representation of color #BB935B: hue angle of 35º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB935B is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 147 91 -
CMYK 0 0.21 0.51 0.27
HSL 35º 0.41% 0.55% -
HSV(B) 35º 0.51% 0.73% -
XYZ 32.82 32.19 14.38 -
YUV 152.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 187 147 91 0 0.21 0.51 0.27 35 0.41 0.55
Hex BB 93 5B 0 15 33 1B 23 29 37
Octal 273 223 133 0 25 63 33 43 51 67
Binary 10111011 10010011 1011011 0 10101 110011 11011 100011 101001 110111

Color Harmonies of #BB935B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB935B

Black with #BB935B

Text Example


Text Example

White with #BB935B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB935B; }

 p { color: rgb(187,147,91); }

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

background-color css

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

 a { background-color: rgb(187,147,91); }

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

border-color css

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

 span { border-color: rgb(187,147,91); }

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