Html Css Color HEX #BC975A Barley Corn

📋 copy color: '#BC975A'

red 188 ◦ green 151 ◦ blue 90

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

Shades of Barley Corn #BC975A

Tints of Barley Corn #BC975A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.2%

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

R = 43.82%
G = 35.2%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC975A (or 0xBC975A) is known color: Barley Corn. HEX triplet: BC, 97 and 5A. RGB value is (188,151,90). Sum of RGB (Red+Green+Blue) = 188+151+90=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC975A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC975A is #4368A5. Grayscale: #9B9B9B. Windows color (decimal): -4417702 or 5937084. OLE color: 5937084.

HSL color Cylindrical-coordinate representation of color #BC975A: hue angle of 37.35º 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 #BC975A is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 151 90 -
CMYK 0 0.20 0.52 0.26
HSL 37.35º 0.42% 0.55% -
HSV(B) 37.35º 0.52% 0.74% -
XYZ 33.65 33.56 14.38 -
YUV 155.11 91.26 151.46 -
System Red Green Blue C M Y K H S L
Decimal 188 151 90 0 0.20 0.52 0.26 37.35 0.42 0.55
Hex BC 97 5A 0 14 34 1A 25 2A 37
Octal 274 227 132 0 24 64 32 45 52 67
Binary 10111100 10010111 1011010 0 10100 110100 11010 100101 101010 110111

Color Harmonies of #BC975A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC975A

Black with #BC975A

Text Example


Text Example

White with #BC975A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC975A; }

 p { color: rgb(188,151,90); }

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

background-color css

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

 a { background-color: rgb(188,151,90); }

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

border-color css

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

 span { border-color: rgb(188,151,90); }

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