Html Css Color HEX #BC945B Barley Corn

📋 copy color: '#BC945B'

red 188 ◦ green 148 ◦ blue 91

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

Shades of Barley Corn #BC945B

Tints of Barley Corn #BC945B

RGB

 RED value IS 188 (73.83% from 255) = 44.03%

 GREEN value IS 148 (58.2% from 255) = 34.66%

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

R = 44.03%
G = 34.66%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC945B (or 0xBC945B) is known color: Barley Corn. HEX triplet: BC, 94 and 5B. RGB value is (188,148,91). Sum of RGB (Red+Green+Blue) = 188+148+91=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC945B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC945B is #436BA4. Grayscale: #999999. Windows color (decimal): -4418469 or 6001852. OLE color: 6001852.

HSL color Cylindrical-coordinate representation of color #BC945B: hue angle of 35.26º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC945B is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 148 91 -
CMYK 0 0.21 0.52 0.26
HSL 35.26º 0.42% 0.55% -
HSV(B) 35.26º 0.52% 0.74% -
XYZ 33.22 32.63 14.44 -
YUV 153.46 92.75 152.63 -
System Red Green Blue C M Y K H S L
Decimal 188 148 91 0 0.21 0.52 0.26 35.26 0.42 0.55
Hex BC 94 5B 0 15 34 1A 23 2A 37
Octal 274 224 133 0 25 64 32 43 52 67
Binary 10111100 10010100 1011011 0 10101 110100 11010 100011 101010 110111

Color Harmonies of #BC945B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC945B

Black with #BC945B

Text Example


Text Example

White with #BC945B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC945B; }

 p { color: rgb(188,148,91); }

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

background-color css

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

 a { background-color: rgb(188,148,91); }

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

border-color css

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

 span { border-color: rgb(188,148,91); }

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